﻿@charset "UTF-8";

/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,500,600,700&subset=latin,latin-ext);*/
@import "/Content/assets/css/jquery/jquery-ui.min.css";
@import "/Content/assets/css/bootstrap/bootstrap.min.css";
@import "/Content/assets/css/fontawesome/font-awesome.min.css";
@import "/Content/assets/css/remix-icons/remixicon.css";
@import "/Content/assets/css/fullcalendar/fullcalendar.css";
@import "/Content/assets/css/dropzone/dropzone.css";

:root {
    --default-font-size: 14px;
    --box-title-color: #333333;
    --black: #000000;
    --fullpage-label-form-control-width: 35%;
    --panel-box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.04);
    --box-border-radius: 12px;
}

@media (min-width: 1025px) {
    :root {
        --responsive-vscroll: hidden;
    }
}

@media (max-width: 1024px) {
    :root {
        --responsive-vscroll: initial;
    }
}

@-webkit-keyframes cardEnter {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes cardEnter {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
/* -- Input styles ---------------------------------- */
.form-material {
    /* -- label styles ---------------------------------- */
    /* active state */
    /* input colors ---- */
    /* help-block */
    /* input addon ---*/
    /* ------  inline ----*/
    /* -- bar styles -------------------------------------- */
    /* active state */
    /* -- highlighter styles ------------------------------ */
    /* active state */
    /* -- highlighter animation --------------------------- */
}

    .form-material .form-group {
        position: relative;
        margin-top: 35px;
        margin-bottom: 20px;
    }

    .form-material .input-group {
        position: relative;
    }

    .form-material .form-control {
        display: block;
        height: 36px;
        width: 100%;
        border: none;
        border-radius: 0 !important;
        font-size: 12px;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
        border-bottom: 1px solid #D5D5D5;
    }

    .form-material textarea.form-control {
        height: auto;
    }

    .form-material .input-group .form-control {
        position: relative;
        z-index: inherit;
        float: inherit;
        width: 100%;
        margin-bottom: 0;
    }

    .form-material .form-control:focus {
        border-color: #D5D5D5;
        outline: none;
        box-shadow: none;
    }

    .form-material label {
        position: absolute;
        top: -18px;
        color: #333;
        font-size: 12px;
        font-weight: 400;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .form-material .form-horizontal .control-label {
        position: relative;
        top: 0;
        margin-bottom: 0;
    }

    .form-material .float-label {
        left: 0;
        top: 7px;
        font-size: 12px;
        pointer-events: none;
    }

    .form-material .form-control:focus ~ .float-label,
    .form-material .form-control:valid ~ .float-label {
        top: -18px;
        font-size: 11px;
    }

    .form-material .form-control:focus ~ label {
        color: #E34724;
    }

    .form-material .form-control:focus ~ .form-bar:before,
    .form-material .form-control:focus ~ .form-bar:after {
        background: #E34724;
    }

    .form-material .form-group .help-block {
        position: absolute;
    }

    .form-material .help-block {
        color: #bdbdbd;
        font-size: 12px;
        font-weight: 300;
    }

    .form-material .input-group-addon {
        border: none;
        background: transparent;
    }

    .form-material .input-group-addon,
    .form-material .form-inline .input-group {
        display: table-cell;
    }

    .form-material .input-group-addon,
    .form-material .input-group-btn {
        width: inherit;
    }

    .form-material .input-group {
        width: 100%;
    }

    .form-material .form-bar {
        position: relative;
        display: block;
        width: 100%;
    }

        .form-material .form-bar:before,
        .form-material .form-bar:after {
            content: '';
            height: 1px;
            width: 0;
            bottom: 0;
            position: absolute;
            transition: 0.3s ease all;
            -moz-transition: 0.3s ease all;
            -webkit-transition: 0.3s ease all;
        }

        .form-material .form-bar:before {
            left: 50%;
        }

        .form-material .form-bar:after {
            right: 50%;
        }

    .form-material .form-control:focus ~ .form-bar:before,
    .form-material .form-control:focus ~ .form-bar:after {
        width: 50%;
    }

    .form-material .form-highlight {
        position: absolute;
        height: 60%;
        width: 60px;
        top: 25%;
        left: 0;
        pointer-events: none;
        opacity: 0.4;
    }

    .form-material .form-control:focus ~ .form-highlight {
        -webkit-animation: inputHighlighter 0.3s ease;
        -moz-animation: inputHighlighter 0.3s ease;
        animation: inputHighlighter 0.3s ease;
    }

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

.form-material .form-group.checkbox-material {
    margin-top: 20px;
}

.form-material .checkbox-material input[type='checkbox'] {
    height: 0;
    width: 0;
    opacity: 0;
}

.form-material .checkbox-material label {
    font-size: 12px;
    line-height: 19px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    top: 10px;
    padding-left: 0;
    cursor: pointer;
}

.form-material .checkbox-material .chk-span {
    top: 0;
    border: 1px solid #D5D5D5;
    color: #D5D5D5;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 18px;
    margin: 0px 14px 0px 0px;
    outline-color: #eaeaea;
    padding: 0;
    position: relative;
    width: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1;
}

    .form-material .checkbox-material .chk-span.checked {
        top: -2px;
        border-left: 2px solid #E34724;
        border-bottom: 4px solid #E34724;
        border-top: 1px solid rgba(0, 0, 0, 0);
        border-right: 1px solid rgba(0, 0, 0, 0);
        -webkit-transform: rotate(-45deg) scaleY(0.5);
        -moz-transform: rotate(-45deg) scaleY(0.5);
        -ms-transform: rotate(-45deg) scaleY(0.5);
        -o-transform: rotate(-45deg) scaleY(0.5);
        transform: rotate(-45deg) scaleY(0.5);
    }

    .form-material .checkbox-material .chk-span.checked {
        border-left-color: #E34724;
        border-bottom-color: #E34724;
    }

.form-material .checkbox-material input[type='checkbox']:focus ~ label {
    color: #E34724;
}

    .form-material .checkbox-material input[type='checkbox']:focus ~ label .chk-span {
        border-color: #E34724;
    }

        .form-material .checkbox-material input[type='checkbox']:focus ~ label .chk-span.checked {
            border-left-color: #E34724;
            border-bottom-color: #E34724;
            border-top: 1px solid rgba(0, 0, 0, 0);
            border-right: 1px solid rgba(0, 0, 0, 0);
        }

.form-material .form-control-static {
    font-size: 14px;
}

.form-material .form-control[disabled],
.form-material .form-control[readonly],
.form-material fieldset[disabled] .form-control {
    background-color: transparent;
    border-bottom-style: dashed;
}

.form-material #focusedInput {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    box-shadow: none;
}

.form-material .radio-material {
    padding-right: 20px;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
}

.form-material label.radio-material {
    position: relative;
    top: 0px;
}

.form-material .radio-material:hover .inner {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: .5;
}

.form-material .radio-material input {
    width: 1px;
    height: 1px;
    opacity: 0;
}

    .form-material .radio-material input:checked + .outer .inner {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .form-material .radio-material input:checked + .outer {
        border: 1px solid #D5D5D5;
    }

    .form-material .radio-material input:focus + .outer .inner {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        background-color: #E34724;
    }

.form-material .radio-material .outer {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin: 0px 10px 0px 0px;
    border: 1px solid #D5D5D5;
    border-radius: 50%;
    background-color: #fff;
}

.form-material .radio-material .inner {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 14px;
    height: 14px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: block;
    margin: 2px;
    border-radius: 50%;
    background-color: #E34724;
    opacity: 0;
}


/* FUNCTIONS */
/* EOF FUNCTIONS */
.morris-hover {
    background: #415365 !important;
    border-color: #415365 !important;
    text-align: center;
    padding: 5px 20px !important;
    border-radius: 3px !important;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

    .morris-hover .morris-hover-row-label {
        font-size: 13px !important;
        color: #92ABB8 !important;
        font-weight: 600 !important;
    }

    .morris-hover .morris-hover-point {
        font-size: 13px !important;
        color: #FFF !important;
        font-weight: 400 !important;
    }
/* PREDEFINED CLASSES */
.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

.background-colorful {
    background: linear-gradient(left, #b64645 0%, #fea223 50%, #95b75d 100%);
    background: -o-linear-gradient(left, #b64645 0%, #fea223 50%, #95b75d 100%);
    background: -moz-linear-gradient(left, #b64645 0%, #fea223 50%, #95b75d 100%);
    background: -webkit-linear-gradient(left, #b64645 0%, #fea223 50%, #95b75d 100%);
    background: -ms-linear-gradient(left, #b64645 0%, #fea223 50%, #95b75d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #b64645), color-stop(0.5, #fea223), color-stop(1, #95b75d));
}
/* EOF PREDEFINED CLASSES */
html * {
    outline: none !important;
}

html,
body {
    min-height: 100%;
    padding: 0px;
    margin: 0px;
    background: #ffffff;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: var(--default-font-size);
    color: #4F4F4F;
    overflow-x: hidden;
    overflow-y: var(--responsive-vscroll);
}

a {
    color: #333;
}

.body-full-height {
    height: 100%;
}

    .body-full-height body {
        height: 100%;
    }

.rtl {
    direction: rtl !important;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

    .row [class^='col-xs-'],
    .row [class^='col-sm-'],
    .row [class^='col-md-'],
    .row [class^='col-lg-'] {
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .row.stacked [class^='col-xs-'],
    .row.stacked [class^='col-sm-'],
    .row.stacked [class^='col-md-'],
    .row.stacked [class^='col-lg-'] {
        padding-left: 0px;
        padding-right: 0px;
    }
/* PAGE CONTAINER */
.page-container {
    width: 100%;
    float: left;
    min-height: 100%;
    position: relative;
    background: #33414e;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    /* SIDEBAR */
    /* END SIDEBAR */
    /* CONTENT */
    /* END CONTENT */
    /* RTL CONTENT MODE */
    /* END RTL CONTENT MODE */
}

    .page-container .page-sidebar {
        width: 300px;
        float: left;
        position: relative;
        z-index: 4;
        background: #ffffff;
    }

        .page-container .page-sidebar.minimized {
            border: 0;
        }

        .page-container .page-sidebar.page-sidebar-fixed {
            position: fixed;
        }

    .page-container.page-container-wide .page-sidebar {
        width: 50px;
    }

    .page-container .page-content {
        min-height: 100%;
        background: #f8f8f8;
        position: relative;
        zoom: 1;
    }

        .page-container .page-content:before,
        .page-container .page-content:after {
            content: "";
            display: table;
        }

        .page-container .page-content:after {
            clear: both;
        }

        .page-container .page-content .content-frame {
            background: #f8f8f8;
        }

    .page-container.page-navigation.page-navigation-toggled .page-content .content-frame {
        width: calc(100vw - 50px) !important;
        margin-left: 50px;
    }

    .page-container .page-content .content-frame .content-frame-top {
        float: left;
        width: 100%;
        line-height: 30px;
        padding: 13px 15px 15px;
        background: rgba(0, 0, 0, 0.02);
        border-bottom: 1px solid #DDD;
        border-top: 1px solid #DDD;
    }

        .page-container .page-content .content-frame .content-frame-top .page-title {
            padding: 0px;
            width: auto;
        }

            .page-container .page-content .content-frame .content-frame-top .page-title h2 {
                margin-bottom: 0px;
                font-size: 22px;
            }

    .page-container .page-content .content-frame .content-frame-left {
        float: left;
        width: 300px;
        padding: 10px;
        min-height: 100%;
        background: rgba(0, 0, 0, 0.02);
        border-right: 1px solid #DDD;
    }

        .page-container .page-content .content-frame .content-frame-left.padding-0 {
            padding: 0px;
        }

        .page-container .page-content .content-frame .content-frame-left .block {
            padding: 0px;
            margin-bottom: 20px;
        }

        .page-container .page-content .content-frame .content-frame-left h4 {
            margin-top: 10px;
        }

        .page-container .page-content .content-frame .content-frame-left > .form-group {
            margin-bottom: 20px;
        }

    .page-container .page-content .content-frame .content-frame-right.sidebar-panel {
        float: right;
        width: 326px;
        min-height: 100%;
        height: 100% !important;
        background: none;
        padding: 25px 20px 25px 0;
    }

    .page-container .page-content .content-frame .content-frame-body {
        padding: 70px 10px 10px 10px;
        min-height: 237px;
    }

    .page-container .page-content .content-frame .content-frame-left-toggle,
    .page-container .page-content .content-frame .content-frame-right-toggle {
        display: none;
        margin-left: 5px;
    }

    .page-container .page-content .page-content-wrap {
        float: left;
        width: 100%;
    }

    .page-container.page-mode-rtl .page-sidebar {
        float: right;
    }

        .page-container.page-mode-rtl .page-sidebar.page-sidebar-fixed {
            right: 0px;
        }

    .page-container.page-mode-rtl .page-content {
        margin-left: 0px;
        margin-right: 300px;
    }

    .page-container.page-mode-rtl.page-container-wide .page-content {
        margin-right: 50px;
    }

    .page-container.page-navigation-top .page-content {
        margin-left: 0px;
    }

    .page-container.page-navigation-top .page-content-header {
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
    }

    .page-container.page-navigation-top-fixed .x-navigation.x-navigation-horizontal {
        position: fixed;
        padding-right: 300px;
        top: 0px;
    }

    .page-container.page-navigation-top-fixed .page-content {
        padding-top: 50px;
    }

    .page-container.page-navigation-top-fixed.page-navigation-toggled .x-navigation.x-navigation-horizontal {
        padding-right: 50px;
    }

    .page-container.page-navigation-toggled-hover .page-sidebar {
        position: absolute;
        background: #33414e;
        min-height: 100%;
    }

body.page-container-boxed {
    background: url("/Content/Assets/img/backgrounds/wall_1.jpg") left top no-repeat fixed;
    padding: 20px 0px;
}

    body.page-container-boxed .page-container {
        width: 1200px;
        float: none;
        margin: 0px auto;
        -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        body.page-container-boxed .page-container.page-navigation-top .page-content {
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

    body.page-container-boxed.wall_1 {
        background-image: url("/Content/Assets/img/backgrounds/wall_1.jpg");
    }

    body.page-container-boxed.wall_2 {
        background-image: url("/Content/Assets/img/backgrounds/wall_2.jpg");
    }

    body.page-container-boxed.wall_3 {
        background-image: url("/Content/Assets/img/backgrounds/wall_3.jpg");
    }

    body.page-container-boxed.wall_4 {
        background-image: url("/Content/Assets/img/backgrounds/wall_4.jpg");
    }

    body.page-container-boxed.wall_5 {
        background-image: url("/Content/Assets/img/backgrounds/wall_5.jpg");
    }

    body.page-container-boxed.wall_6 {
        background-image: url("/Content/Assets/img/backgrounds/wall_6.jpg");
    }

    body.page-container-boxed.wall_7 {
        background-image: url("/Content/Assets/img/backgrounds/wall_7.jpg");
    }

    body.page-container-boxed.wall_8 {
        background-image: url("/Content/Assets/img/backgrounds/wall_8.jpg");
    }

    body.page-container-boxed.wall_9 {
        background-image: url("/Content/Assets/img/backgrounds/wall_9.jpg");
    }

    body.page-container-boxed.wall_10 {
        background-image: url("/Content/Assets/img/backgrounds/wall_10.jpg");
    }
/* END PAGE CONTAINER */
/* NAVIGATION */
.x-navigation,
.x-navigation ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
    list-style: none;
    display: block;
    z-index: 3;
}

.x-navigation {
    background: #546d81;
}

    .x-navigation li {
        float: left;
        display: block;
        width: 100%;
        padding: 0px;
        margin: 0px;
        position: relative;
    }

        .x-navigation li > a {
            display: block;
            float: left;
            width: 100%;
            line-height: 22px;
            color: #ffffff;
            font-size: 16px;
            font-weight: normal;
            padding: 12px 9px 12px 25px;
            text-decoration: none;
            vertical-align: text-bottom;
        }

    .x-navigation.x-navigation-horizontal li > a .fa,
    .x-navigation.x-navigation-horizontal li > a .glyphicon {
        color: #e34724;
        text-align: center;
        width: 20px;
        font-size: 14px;
        margin-right: 0;
        vertical-align: baseline;
        -webkit-transition: color 200ms ease;
        -moz-transition: color 200ms ease;
        -ms-transition: color 200ms ease;
        -o-transition: color 200ms ease;
        transition: color 200ms ease;
    }

    .x-navigation.x-navigation-horizontal li > a > img {
        margin-right: 5px;
    }

    .x-navigation li > a:hover {
        background: #EBF4F8;
        color: #ffffff;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .x-navigation li > ul {
        background: #ffffff;
        max-height: 0px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        overflow: hidden;
    }

        .x-navigation li > ul li > a {
            color: #555;
            font-size: 12px;
            line-height: 19px;
            font-weight: 400;
            padding: 8px 10px;
            border-bottom-color: #D5D5D5;
        }

            .x-navigation li > ul li > a:hover {
                background: #efefef;
                color: #555;
            }

        .x-navigation li > ul li.active > a {
            background: #33414e;
            color: #ffffff;
        }

    .x-navigation li.xn-openable:before {
        position: absolute;
        font-family: "FontAwesome";
        content: "\f107";
        font-size: 14px;
        width: 20px;
        height: 20px;
        color: #ffffff;
        right: 0px;
        top: 12px;
        cursor: pointer;
    }

    .x-navigation li.xn-openable > .informer {
        right: 25px;
    }

    .x-navigation li.active.xn-openable:before {
        content: "\f106";
    }

    .x-navigation li.active > a {
        background: #EBF4F8;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .x-navigation li.xn-openable.active > a .fa,
    .x-navigation li.xn-openable.active > a .glyphicon {
        color: #ffd559;
    }

    .x-navigation li.active > ul {
        max-height: 1200px;
    }

    .x-navigation li.xn-title {
        padding: 20px 10px 10px;
        line-height: 20px;
        font-weight: 300;
        font-size: 13px;
        color: #999;
        border-bottom: 1px solid #2f3c48;
    }

    .x-navigation > li.xn-openable:before {
        top: 11px;
    }

    .x-navigation > li > ul > li > a {
        padding-left: 25px;
    }

        .x-navigation > li > ul > li > a:hover {
            padding-left: 30px;
        }

    .x-navigation > li > ul > li.active > a {
        padding-left: 30px;
    }

    .x-navigation > li > ul > li > ul > li > a {
        padding-left: 40px;
    }

        .x-navigation > li > ul > li > ul > li > a:hover {
            padding-left: 45px;
        }

    .x-navigation > li > ul > li > ul > li.active > a {
        padding-left: 45px;
    }

    .x-navigation > li > ul > li > ul > li > ul > li > a {
        padding-left: 50px;
    }

        .x-navigation > li > ul > li > ul > li > ul > li > a:hover {
            padding-left: 55px;
        }

    .x-navigation > li > ul > li > ul > li > ul > li.active > a {
        padding-left: 55px;
    }

    .x-navigation > li > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 60px;
    }

        .x-navigation > li > ul > li > ul > li > ul > li > ul > li > a:hover {
            padding-left: 65px;
        }

    .x-navigation > li > ul > li > ul > li > ul > li > ul > li.active > a {
        padding-left: 65px;
    }

    .x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 70px;
    }

        .x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li > a:hover {
            padding-left: 75px;
        }

    .x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li.active > a {
        padding-left: 75px;
    }

    .x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
        padding-left: 80px;
    }

        .x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li > a:hover {
            padding-left: 85px;
        }

    .x-navigation > li > ul > li > ul > li > ul > li > ul > li > ul > li > ul > li.active > a {
        padding-left: 85px;
    }

    .x-navigation > li:last-child > a {
        -moz-border-radius: 0px 0px 0px 5px;
        -webkit-border-radius: 0px 0px 0px 5px;
        border-radius: 0px 0px 0px 5px;
        border-bottom: 0px;
    }

    .x-navigation.x-navigation-horizontal {
        height: 35px;
        background: #546d81;
    }

        .x-navigation.x-navigation-horizontal .xn-logo a {
            border-bottom: 0px;
            width: 200px;
        }

        .x-navigation.x-navigation-horizontal > li.xn-openable:before {
            display: none;
        }

        .x-navigation.x-navigation-horizontal > li > a {
            padding: 8px 14px;
            border-bottom: 0px;
            color: #ffffff;
            text-shadow: none;
        }

            .x-navigation.x-navigation-horizontal > li > a:hover {
                background: #1479a5;
            }

                .x-navigation.x-navigation-horizontal > li > a:hover .fa,
                .x-navigation.x-navigation-horizontal > li > a:hover .glyphicon {
                    color: #ffd559;
                }

        .x-navigation.x-navigation-horizontal > li.active > a {
            background: #3d4e5d;
        }

            .x-navigation.x-navigation-horizontal > li.active > a .fa,
            .x-navigation.x-navigation-horizontal > li.active > a .glyphicon {
                color: #ffd559;
            }

        .x-navigation.x-navigation-horizontal > li ul {
            width: 220px;
            position: absolute;
            overflow: visible;
            display: none;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
            z-index: 3;
        }

            .x-navigation.x-navigation-horizontal > li ul ul.xn-drop-white:after {
                border-right-color: #FFF;
            }

        .x-navigation.x-navigation-horizontal > li > ul {
            top: 60px;
            left: 0px;
        }

            .x-navigation.x-navigation-horizontal > li > ul.xn-drop-white:after {
                border-bottom-color: #FFF;
            }

            .x-navigation.x-navigation-horizontal > li > ul.xn-drop-left {
                left: auto;
                right: 0px;
                width: 300px;
                border: 1px solid #ccc;
            }

                .x-navigation.x-navigation-horizontal > li > ul.xn-drop-left.xn-drop-white ul:after {
                    border-left-color: #FFF;
                }

            .x-navigation.x-navigation-horizontal > li > ul:after {
                bottom: 100%;
                left: 27px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(0, 0, 0, 0);
                border-bottom-color: #33414e;
                border-width: 5px;
                margin-left: -5px;
            }

            .x-navigation.x-navigation-horizontal > li > ul.xn-drop-left:after {
                right: 20px;
                left: auto;
            }

                .x-navigation.x-navigation-horizontal > li > ul.xn-drop-left:after ul {
                    left: auto;
                    right: 230px;
                }

                    .x-navigation.x-navigation-horizontal > li > ul.xn-drop-left:after ul:after {
                        right: auto;
                        left: 100%;
                        border: solid transparent;
                        border-left-color: #33414e;
                        border-width: 5px;
                        margin-right: -5px;
                    }

            .x-navigation.x-navigation-horizontal > li > ul ul {
                top: 0px;
                right: -230px;
            }

                .x-navigation.x-navigation-horizontal > li > ul ul:after {
                    right: 100%;
                    top: 23px;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: rgba(0, 0, 0, 0);
                    border-right-color: #33414e;
                    border-width: 5px;
                    margin-top: -5px;
                }

            .x-navigation.x-navigation-horizontal > li > ul li.menu-title > label,
            .x-navigation.x-navigation-horizontal > li > ul li > a,
            .x-navigation.x-navigation-horizontal > li > ul li.active > a {
                padding: 7px 9px 9px 16px;
                font-size: 14px;
            }

                .x-navigation.x-navigation-horizontal > li > ul li > a:hover {
                    padding-left: 13px;
                }

        .x-navigation.x-navigation-horizontal > li li {
            width: 100%;
        }

            .x-navigation.x-navigation-horizontal > li li:last-child {
                margin-bottom: 20px;
            }

            .x-navigation.x-navigation-horizontal > li li:first-child a {
                -moz-border-radius: 3px 3px 0px 0px;
                -webkit-border-radius: 3px 3px 0px 0px;
                border-radius: 3px 3px 0px 0px;
            }

            .x-navigation.x-navigation-horizontal > li li:last-child a {
                -moz-border-radius: 0px 0px 3px 3px;
                -webkit-border-radius: 0px 0px 3px 3px;
                border-radius: 0px 0px 3px 3px;
                border-bottom-color: transparent;
            }

            .x-navigation.x-navigation-horizontal > li li.xn-openable:before {
                content: "\f101";
            }

            .x-navigation.x-navigation-horizontal > li li.active.xn-openable:before {
                content: "\f104";
            }

        .x-navigation.x-navigation-horizontal > li:last-child > a {
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
        }

        .x-navigation.x-navigation-horizontal > li.last > a {
            -moz-border-radius: 0px 5px 0px 0px;
            -webkit-border-radius: 0px 5px 0px 0px;
            border-radius: 0px 5px 0px 0px;
        }

        .x-navigation.x-navigation-horizontal li {
            width: auto;
            position: relative;
        }

            .x-navigation.x-navigation-horizontal li.active > ul {
                display: block;
            }

        .x-navigation.x-navigation-horizontal ul.xn-drop-white {
            background: #FFF;
        }

            .x-navigation.x-navigation-horizontal ul.xn-drop-white ul {
                background: #FFF;
            }

                .x-navigation.x-navigation-horizontal ul.xn-drop-white ul:after {
                    border-right-color: #FFF;
                }

            .x-navigation.x-navigation-horizontal ul.xn-drop-white li > a {
                color: #333;
                text-shadow: none;
                border-bottom: 1px solid #E9E9E9;
            }

                .x-navigation.x-navigation-horizontal ul.xn-drop-white li > a:hover {
                    background: #F5F5F5;
                    color: #333;
                }

                .x-navigation.x-navigation-horizontal ul.xn-drop-white li > a .fa,
                .x-navigation.x-navigation-horizontal ul.xn-drop-white li > a .glyphicon {
                    color: #33414e;
                }

            .x-navigation.x-navigation-horizontal ul.xn-drop-white li.active > a {
                color: #333;
                text-shadow: none;
                border-bottom: 1px solid #E9E9E9;
            }

            .x-navigation.x-navigation-horizontal ul.xn-drop-white li.active.xn-openable:before {
                color: #333;
            }

        .x-navigation.x-navigation-horizontal .xn-icon-button > a {
            padding: 10px 10px;
            text-align: center;
            width: 50px;
        }

            .x-navigation.x-navigation-horizontal .xn-icon-button > a .fa,
            .x-navigation.x-navigation-horizontal .xn-icon-button > a .glyphicon {
                margin: 0px;
            }

        .x-navigation.x-navigation-horizontal .xn-search {
            padding: 10px 5px;
        }

            .x-navigation.x-navigation-horizontal .xn-search input {
                width: 500px;
            }

            .x-navigation.x-navigation-horizontal .xn-search:before {
                left: 5px;
            }

    .x-navigation.x-navigation-minimized {
        width: 50px;
    }

        .x-navigation.x-navigation-minimized .xn-text {
            display: none;
        }

        .x-navigation.x-navigation-minimized .xn-visible {
            display: block;
        }

        .x-navigation.x-navigation-minimized li {
            width: auto;
            position: relative;
        }

            .x-navigation.x-navigation-minimized li.xn-profile .profile-mini {
                display: block;
            }

            .x-navigation.x-navigation-minimized li.xn-profile .profile:after {
                right: 100%;
                top: 23px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(0, 0, 0, 0);
                border-right-color: #33414e;
                border-width: 5px;
                margin-top: -5px;
            }

            .x-navigation.x-navigation-minimized li.xn-title {
                display: none;
            }

            .x-navigation.x-navigation-minimized li.active > ul {
                display: block;
            }

            .x-navigation.x-navigation-minimized li ul {
                top: 0px;
                right: -230px;
                -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
                -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
            }

                .x-navigation.x-navigation-minimized li ul:after {
                    right: 100%;
                    top: 23px;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-color: rgba(0, 0, 0, 0);
                    border-right-color: #33414e;
                    border-width: 5px;
                    margin-top: -5px;
                }

                .x-navigation.x-navigation-minimized li ul li > a {
                    padding-left: 15px !important;
                }

                    .x-navigation.x-navigation-minimized li ul li > a:hover {
                        padding-left: 20px !important;
                    }

                .x-navigation.x-navigation-minimized li ul li.active > a {
                    padding-left: 20px !important;
                }

                .x-navigation.x-navigation-minimized li ul li:first-child > a {
                    -moz-border-radius: 3px 3px 0px 0px;
                    -webkit-border-radius: 3px 3px 0px 0px;
                    border-radius: 3px 3px 0px 0px;
                }

                .x-navigation.x-navigation-minimized li ul li:last-child > a {
                    border-bottom: 0px;
                    -moz-border-radius: 0px 0px 3px 3px;
                    -webkit-border-radius: 0px 0px 3px 3px;
                    border-radius: 0px 0px 3px 3px;
                }

        .x-navigation.x-navigation-minimized > li {
            width: 100%;
        }

            .x-navigation.x-navigation-minimized > li > a {
                padding: 15px 10px;
                text-align: center;
            }

                .x-navigation.x-navigation-minimized > li > a .fa,
                .x-navigation.x-navigation-minimized > li > a .glyphicon {
                    margin: 0px;
                }

            .x-navigation.x-navigation-minimized > li ul {
                width: 220px;
                position: absolute;
                overflow: visible;
                display: none;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
            }

            .x-navigation.x-navigation-minimized > li li {
                width: 100%;
            }

                .x-navigation.x-navigation-minimized > li li.xn-openable:before {
                    content: "\f105";
                }

                .x-navigation.x-navigation-minimized > li li.active.xn-openable:before {
                    content: "\f104";
                }

            .x-navigation.x-navigation-minimized > li.active:before,
            .x-navigation.x-navigation-minimized > li.xn-openable:before {
                display: none;
            }

            .x-navigation.x-navigation-minimized > li.xn-logo > a:first-child {
                padding: 0px;
                width: 50px;
            }

        .x-navigation.x-navigation-minimized .xn-search input {
            width: 30px;
            padding: 0px 2px 0px 28px;
        }

            .x-navigation.x-navigation-minimized .xn-search input:focus {
                width: 200px;
                padding: 0px 8px 0px 28px;
            }

        .x-navigation.x-navigation-minimized.x-navigation-hover li:hover > ul {
            display: block;
            background: #273541;
            max-height: 1200px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            right: -220px;
        }

            .x-navigation.x-navigation-minimized.x-navigation-hover li:hover > ul:after {
                display: none;
            }

    .x-navigation.x-navigation-custom li ul {
        background: #2d3945;
    }

    .x-navigation.x-navigation-custom li > a {
        border-bottom: 0px;
    }

        .x-navigation.x-navigation-custom li > a:hover {
            background: #2b3742;
        }

            .x-navigation.x-navigation-custom li > a:hover .fa,
            .x-navigation.x-navigation-custom li > a:hover .glyphicon {
                color: #ffd559;
            }

        .x-navigation.x-navigation-custom li > a .fa,
        .x-navigation.x-navigation-custom li > a .glyphicon {
            color: #DDD;
        }

    .x-navigation.x-navigation-custom li.active > a {
        background: #2b3742;
    }

        .x-navigation.x-navigation-custom li.active > a .fa,
        .x-navigation.x-navigation-custom li.active > a .glyphicon {
            color: #ffd559;
        }

    .x-navigation.x-navigation-custom > li > a {
        padding: 12px 10px 12px 12px;
        border-bottom: 0px;
        font-size: 13px;
        color: #CCC;
        border-left: 3px solid transparent;
    }

        .x-navigation.x-navigation-custom > li > a:hover {
            color: #FFF;
            background: #374654;
        }

    .x-navigation.x-navigation-custom > li.active > a {
        color: #FFF;
        background: #374654;
        border-left: 3px solid #ffd559;
    }

    .x-navigation.x-navigation-custom > li.xn-openable:before {
        color: #CCC;
        top: 12px;
    }

    .x-navigation.x-navigation-custom > li.xn-title {
        border-bottom: 0px;
    }

    .x-navigation.x-navigation-custom > li.xn-logo > a {
        border-left: 0px;
    }

        .x-navigation.x-navigation-custom > li.xn-logo > a:hover {
            background-color: #e0401d;
        }

    .x-navigation.x-navigation-custom.x-navigation-minimized > li > a {
        padding: 15px 10px 15px 7px;
    }

    .x-navigation.x-navigation-custom.x-navigation-minimized > li.xn-profile > a {
        border-left: 0px;
        padding: 7px;
    }

    .x-navigation .xn-search {
        padding: 10px 10px 10px 9px;
        position: relative;
    }

        .x-navigation .xn-search input {
            width: 200px;
            height: 30px;
            padding: 0px 8px 0px 28px;
            line-height: 25px;
            border: 1px solid #29343f;
            background: #fff;
            color: #AAA;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

        .x-navigation .xn-search:before {
            content: "\f002";
            font-family: FontAwesome;
            position: absolute;
            width: 30px;
            height: 30px;
            text-align: center;
            font-size: 17px;
            line-height: 28px;
            color: #AAA;
            left: 10px;
            top: 10px;
            z-index: 2;
            cursor: pointer;
        }

    .x-navigation .xn-visible {
        display: none;
    }

    .x-navigation .x-navigation-control {
        position: absolute;
        right: 0px;
        width: 50px;
        height: 50px;
        line-height: 9px;
        cursor: pointer;
        display: none;
    }

        .x-navigation .x-navigation-control:hover {
            border-bottom: 0px;
            height: 35px;
        }

        .x-navigation .x-navigation-control:before {
            position: absolute;
            font-family: "FontAwesome";
            content: "\f0c9";
            font-size: 14px;
            top: 14px;
            left: 20px;
            color: #FFF;
            text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
        }

    .x-navigation > li.xn-navigation-control {
        display: none;
        height: 50px;
        border-bottom: 1px solid #2f3c48;
    }

        .x-navigation > li.xn-navigation-control .x-navigation-control:hover {
            background: #273541;
        }

    .x-navigation > li.xn-logo > a {
        border-bottom: 0px;
    }

        .x-navigation > li.xn-logo > a:first-child {
            font-size: 0px;
            text-indent: -9999px;
            padding: 0px;
            border-bottom: 0px;
            color: #FFF;
            height: 35px;
        }

    .x-navigation > li.xn-profile {
        padding: 0px;
        border-bottom: 1px solid #273541;
    }

        .x-navigation > li.xn-profile .profile-data-name {
            color: #ffffff;
        }

        .x-navigation > li.xn-profile .profile-mini {
            display: none;
            width: 50px;
            padding: 7px;
        }

            .x-navigation > li.xn-profile .profile-mini img {
                width: 36px;
                border: 2px solid #FFF;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
            }

    .x-navigation li.xn-search-menu {
        padding: 17px 15px;
    }

        .x-navigation li.xn-search-menu label {
            font-weight: 600;
            font-size: 16px;
            line-height: 21.79px;
        }

        .x-navigation li.xn-search-menu span.error {
            font-weight: 500;
            font-size: 12px;
            line-height: 27px;
        }

    .x-navigation li.xn-schoollogo {
        margin-top: 20px;
        width: 100%;
        height: 100px;
        background: #F8F8F8;
    }

.page-container.page-navigation.page-navigation-toggled .x-navigation li.xn-schoollogo {
    display: none;
}

.x-navigation li.xn-schoollogo > a {
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
}

.x-navigation li > a > img.school-menu-logo {
    width: 100%;
    height: 100%;
    width: 170px;
    height: 70px;
    display: block;
    margin: auto;
}

.x-navigation .informer {
    font-size: 8px;
    position: absolute;
    width: 18px;
    line-height: 12px;
    text-align: center;
    background: #BBB;
    left: auto;
    bottom: auto;
    right: 25px;
    top: 15px;
    color: #FFF;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

    .x-navigation .informer.pulsate {
        -webkit-animation: pulsate 1s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation: pulsate 1s ease-out;
        -moz-animation-iteration-count: infinite;
        animation: pulsate 1s ease-out;
        animation-iteration-count: infinite;
    }

    .x-navigation .informer.informer-primary {
        background: #33414e;
    }

    .x-navigation .informer.informer-success {
        background: #14a38b;
    }

    .x-navigation .informer.informer-info {
        background: #3fbae4;
    }

    .x-navigation .informer.informer-warning {
        background: #f2ac57;
    }

    .x-navigation .informer.informer-danger {
        background: #ff7171;
    }

.page-container.page-mode-rtl .x-navigation.x-navigation-minimized li ul {
    top: 0px;
    right: auto;
    left: -230px;
}

    .page-container.page-mode-rtl .x-navigation.x-navigation-minimized li ul:after {
        right: auto;
        left: 100%;
        border-right-color: transparent;
        border-left-color: #33414e;
    }

.page-container.page-mode-rtl .x-navigation.x-navigation-minimized li .profile {
    right: auto;
    left: -230px;
}

    .page-container.page-mode-rtl .x-navigation.x-navigation-minimized li .profile:after {
        right: auto;
        left: 100%;
        border-right-color: transparent;
        border-left-color: #33414e;
    }

.page-container.page-mode-rtl .x-navigation.x-navigation-minimized.x-navigation-hover li ul {
    left: -220px;
}

.page-container-boxed .x-navigation {
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

    .page-container-boxed .x-navigation .xn-logo a {
        -moz-border-radius: 5px 0px 0px 0px;
        -webkit-border-radius: 5px 0px 0px 0px;
        border-radius: 5px 0px 0px 0px;
    }

    .page-container-boxed .x-navigation.x-navigation-horizontal {
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
    }

        .page-container-boxed .x-navigation.x-navigation-horizontal.x-navigation-panel {
            -moz-border-radius: 0px 5px 0px 0px;
            -webkit-border-radius: 0px 5px 0px 0px;
            border-radius: 0px 5px 0px 0px;
        }

.page-container-boxed .page-container .page-content {
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}

.page-container-boxed .page-container.page-navigation-top-custom .x-navigation.x-navigation-horizontal {
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

.page-container-boxed .page-container.page-mode-rtl .page-content {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.page-container-boxed .page-container.page-mode-rtl .page-sidebar .x-navigation {
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}

    .page-container-boxed .page-container.page-mode-rtl .page-sidebar .x-navigation .xn-logo a {
        -moz-border-radius: 0px 5px 0px 0px;
        -webkit-border-radius: 0px 5px 0px 0px;
        border-radius: 0px 5px 0px 0px;
    }

.page-container-boxed .page-container.page-mode-rtl .x-navigation.x-navigation-horizontal {
    -moz-border-radius: 5px 0px 0px 0px;
    -webkit-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px;
}

    .page-container-boxed .page-container.page-mode-rtl .x-navigation.x-navigation-horizontal.x-navigation-panel {
        -moz-border-radius: 5px 0px 0px 0px;
        -webkit-border-radius: 5px 0px 0px 0px;
        border-radius: 5px 0px 0px 0px;
    }

    .page-container-boxed .page-container.page-mode-rtl .x-navigation.x-navigation-horizontal > li:first-child a {
        -moz-border-radius: 5px 0px 0px 0px;
        -webkit-border-radius: 5px 0px 0px 0px;
        border-radius: 5px 0px 0px 0px;
    }

.x-navigation.x-navigation-horizontal .active-tab {
    background: #367b8e;
}
/* END NAVIGATION */
/* PROFILE */
.profile {
    width: 100%;
    float: left;
    padding: 15px 10px;
    position: relative;
    background: #2d3945;
}

    .profile .profile-image {
        float: left;
        width: 100%;
        margin: 0px 0px 10px;
        text-align: center;
    }

        .profile .profile-image img {
            width: 100px;
            border: 3px solid #FFF;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin: auto;
        }

    .profile .profile-data {
        width: 100%;
        float: left;
        text-align: center;
    }

        .profile .profile-data .profile-data-name {
            width: 100%;
            float: left;
            font-size: 14px;
            font-weight: 500;
            color: #FFF;
        }

        .profile .profile-data .profile-data-title {
            width: 100%;
            float: left;
            font-size: 11px;
            font-weight: 400;
            color: #999;
        }

    .profile .profile-controls a {
        width: 30px;
        height: 30px;
        font-size: 14px;
        color: #FFF;
        border: 2px solid #FFF;
        line-height: 25px;
        position: absolute;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        padding: 0px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .profile .profile-controls a.profile-control-left {
            left: 15px;
            top: 53px;
            text-align: center;
        }

        .profile .profile-controls a.profile-control-right {
            right: 15px;
            top: 53px;
            text-align: center;
        }

        .profile .profile-controls a .fa,
        .profile .profile-controls a .glyphicon {
            width: auto;
            margin-right: auto;
        }

        .profile .profile-controls a:hover {
            border-color: #DDD;
            color: #DDD;
        }
/* X-NAVIGATION FEATURES */
.x-navigation.x-navigation-minimized .profile {
    width: 300px;
    background: #33414e;
    position: absolute;
    top: 4px;
    right: -310px;
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.x-navigation.x-navigation-minimized li.active .profile {
    display: block;
}

.x-navigation.x-navigation-minimized .profile-mini {
    display: block;
    border-bottom: 0px;
}
/* END X-NAVIGATION FEATURES */
/* END PROFILE */
/* PAGE CONTENT HEADER */
.page-content-header {
    float: left;
    width: 100%;
    background: url(/Content/Assets/img/bg.png) left top repeat #ffffff;
    padding: 10px 15px;
    height: 70px;
}

    .page-content-header .logo {
        display: block;
        float: left;
        width: 140px;
        height: 50px;
        background: url(/Content/Assets/img/logo-grey-big.png) left top no-repeat;
    }

    .page-content-header .contacts {
        float: left;
        height: 25px;
        clear: both;
    }

        .page-content-header .contacts a {
            float: left;
            display: block;
            line-height: 20px;
            margin-top: 5px;
            font-size: 11px;
            text-decoration: none;
            margin-left: 10px;
            color: #999;
            -webkit-transition: color 200ms ease;
            -moz-transition: color 200ms ease;
            -ms-transition: color 200ms ease;
            -o-transition: color 200ms ease;
            transition: color 200ms ease;
        }

            .page-content-header .contacts a .fa,
            .page-content-header .contacts a .glyphicon {
                font-size: 16px;
                margin-right: 5px;
                line-height: 20px;
                vertical-align: middle;
            }

            .page-content-header .contacts a:hover {
                color: #3fbae4;
            }

    .page-content-header .socials {
        float: right;
        clear: both;
    }

        .page-content-header .socials a {
            float: left;
            display: block;
            line-height: 24px;
            font-size: 23px;
            margin-left: 5px;
            width: 24px;
            text-align: center;
        }

            .page-content-header .socials a .fa {
                line-height: 24px;
                color: #999;
                -webkit-transition: color 200ms ease;
                -moz-transition: color 200ms ease;
                -ms-transition: color 200ms ease;
                -o-transition: color 200ms ease;
                transition: color 200ms ease;
            }

                .page-content-header .socials a .fa:hover.fa-facebook-square {
                    color: #3C599B;
                }

                .page-content-header .socials a .fa:hover.fa-twitter-square {
                    color: #1AB2E8;
                }

                .page-content-header .socials a .fa:hover.fa-pinterest-square {
                    color: #C81D25;
                }

                .page-content-header .socials a .fa:hover.fa-linkedin-square {
                    color: #0077B4;
                }

                .page-content-header .socials a .fa:hover.fa-dribbble {
                    color: #E04C86;
                }
/* END PAGE CONTENT HEADER */
/* BLOCK */
.block {
    padding: 5px 10px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.block-full-width {
    padding: 0px;
    float: left;
    width: 100%;
    position: relative;
}
/* END BLOCK */
/* BREADCRUMB */
.breadcrumb {
    float: left;
    min-height: 35px;
    background: #f6e04f;
    margin-bottom: 0;
    padding: 8px 15px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    white-space: nowrap;
}

    .breadcrumb li,
    .breadcrumb li a {
        font-size: 11px;
        color: #555;
        text-decoration: none;
    }

        .breadcrumb li:hover,
        .breadcrumb li a:hover {
            color: #656d78;
        }

        .breadcrumb li:last-child {
            color: #656d78;
        }

    .breadcrumb > li + li:before {
        font-family: "FontAwesome";
        content: "\f101";
        color: #99a0aa;
        padding: 0px 8px;
    }

    .breadcrumb > li + li.print-btn:before {
        display: none;
    }

    .breadcrumb li.school-name label {
        margin: 1px 20px;
        font-size: 13px;
        color: #555;
    }

    .breadcrumb li.school-name::before {
        display: none;
    }
/* EOF BREADCRUMB */
/* Progress list */
.progress-list {
    float: left;
    width: 100%;
    padding: 0px 5px;
    font-size: 11px;
}

    .progress-list .progress {
        clear: both;
        margin-top: 20px;
    }
/* end progress list*/
/* LIST TAGS */
.list-tags {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .list-tags li {
        float: left;
        display: block;
        position: relative;
    }

        .list-tags li a {
            display: block;
            float: left;
            background: #F5F5F5;
            border: 1px solid #D5D5D5;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            line-height: 23px;
            font-size: 11px;
            margin: 0px 5px 5px 0px;
            padding: 0px 8px;
            color: #656d78;
        }

            .list-tags li a:hover {
                text-decoration: none;
                background: #F0F0F0;
            }
/* END LIST TAGS */
/* LIST GROUP */
.list-group {
    margin: 0px;
}

    .list-group .list-group-item {
        color: #2c2738;
        line-height: 20px;
    }

        .list-group .list-group-item .fa {
            margin-right: 10px;
        }

        .list-group .list-group-item .btn .fa {
            margin-right: 0px;
        }

        .list-group .list-group-item .progress {
            margin: 5px 0px;
        }

        .list-group .list-group-item.active .badge {
            color: #656d78;
        }

        .list-group .list-group-item:last-child {
            border-bottom: 0px;
        }

    .list-group.list-group-simple {
        border: 0px;
        background: transparent;
    }

        .list-group.list-group-simple .list-group-item {
            border: 0px;
            background: transparent;
            padding: 5px 10px;
        }

    .list-group.border-bottom .list-group-item:last-child {
        border-bottom: 1px solid #E5E5E5;
    }

    .list-group.list-group-navigation {
        border: 0px;
        float: left;
        width: 100%;
    }

        .list-group.list-group-navigation .list-group-item {
            border-left: 0px;
            border-right: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
        }

.panel-body-table .list-group-item {
    border-left: none;
    border-right: none;
}

.padding-0 .list-group {
    border: 0px;
}

    .padding-0 .list-group .list-group-item {
        border-width: 1px 0px 0px 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

        .padding-0 .list-group .list-group-item:first-child {
            border-top: 0px;
        }

.list-group.list-group-striped .list-group-item {
    border-width: 0;
}

.list-group-item.list-group-alternate-item,
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background: #f2f2f2;
    border-color: #f2f2f2;
}

.list-group-item {
    border-color: #E5E5E5;
    text-align: left;
}

a.list-group-item:hover,
a.list-group-item:focus {
    background: #F9F9F9;
}
/* LIST GROUP CONTACTS */
.list-group-contacts .list-group-item {
    padding: 10px;
}

    .list-group-contacts .list-group-item img {
        border: 2px solid #F5F5F5;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        width: 40px;
        margin-right: 10px;
    }

    .list-group-contacts .list-group-item .contacts-title {
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
    }

    .list-group-contacts .list-group-item p {
        margin-bottom: 0px;
        line-height: 20px;
    }

    .list-group-contacts .list-group-item.active {
        background: #F5F5F5;
        border-color: #E5E5E5;
        color: #656d78;
    }

.list-group-controls {
    position: absolute;
    right: 10px;
    top: 15px;
}

.list-group-status {
    float: left;
    margin-right: 10px;
    height: 40px;
    width: 10px;
    position: relative;
}

    .list-group-status:after {
        position: absolute;
        left: 0px;
        top: 15px;
        width: 10px;
        height: 10px;
        border: 2px solid #CCC;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        content: " ";
        background: transparent;
    }

    .list-group-status.status-online:after {
        border-color: #14a38b;
    }

    .list-group-status.status-away:after {
        border-color: #fea223;
    }

    .list-group-status.status-offline:after {
        border-color: #CCC;
    }
/* END LIST GROUP CONTACTS */
.status {
    margin: 5px 5px 5px 0px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #CCC;
    content: " ";
    background: transparent;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
}

    .status.status-online {
        border-color: #14a38b;
    }

    .status.status-away {
        border-color: #fea223;
    }

    .status.status-offline {
        border-color: #CCC;
    }
/* EOF LIST GROUP */
/* FRIENDS */
.friend {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px;
    color: #656d78;
    font-weight: 600;
    display: block;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

    .friend img {
        width: 100%;
        border: 3px solid #F5F5F5;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .friend span {
        display: block;
        line-height: 20px;
        margin-top: 5px;
        font-size: 11px;
    }

    .friend:hover {
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity = 100);
        color: #434a54;
    }
/* FRIENDS */
/* PANELS */
.panel {
    float: left;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0;
    border: 0px;
    margin-bottom: 20px;
    position: relative;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .panel.panel-default {
        background-color: #f8f8f8;
    }

    .panel.panel-box {
        -moz-box-shadow: var(--panel-box-shadow);
        -webkit-box-shadow: var(--panel-box-shadow);
        box-shadow: var(--panel-box-shadow);
        border-radius: var(--box-border-radius);
        padding: 12px;
    }

    .panel.panel-sticky-note {
        height: 100px;
        -moz-box-shadow: var(--panel-box-shadow);
        -webkit-box-shadow: var(--panel-box-shadow);
        box-shadow: var(--panel-box-shadow);
        padding: 12px;
    }

    .panel.panel-primary {
        background-color: #EBF4F8;
    }

    .panel.panel-search {
        background-color: #DBE2EA;
    }

    .panel.panel-success {
    }

    .panel.panel-info {
        background-color: #FFF;
        border-radius: 5px;
    }

    .panel.panel-warning {
    }

    .panel.panel-danger {
    }

    .panel.panel-colorful:before {
        content: "";
        width: 100%;
        height: 2px;
        background: linear-gradient(left, #b64645 0%, #fea223 50%, #95b75d 100%);
        background: -o-linear-gradient(left, #b64645 0%, #fea223 50%, #95b75d 100%);
        background: -moz-linear-gradient(left, #b64645 0%, #fea223 50%, #95b75d 100%);
        background: -webkit-linear-gradient(left, #b64645 0%, #fea223 50%, #95b75d 100%);
        background: -ms-linear-gradient(left, #b64645 0%, #fea223 50%, #95b75d 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #b64645), color-stop(0.5, #fea223), color-stop(1, #95b75d));
        display: block;
        left: 0px;
        top: 0px;
    }

    .panel .panel-heading {
        padding: 15px;
    }

    .panel .panel-table-heading {
        background-color: #F8F8F8;
        border: 1px solid #F8F8F8;
        box-sizing: border-box;
        display: flex;
        align-items: flex-end;
        padding: 7px 17px 17px 17px;
    }

        .panel .panel-table-heading .table-header {
            font-weight: 700;
        }

        .panel .panel-table-heading .checkbox-inline {
            padding-top: 0;
        }

.panel-default .panel-heading, .panel-inner .panel-heading, .ic-panel.panel-default .panel-heading, .modal-content .ic-panel.panel-default .panel-heading {
    background-color: transparent;
    color: #333;
    border: none;
}

.modal-no-heading .panel .panel-heading {
    background-color: #fff;
    color: #333;
    border-bottom: 0;
}

.panel-heading.medium {
    padding: 5px;
}

.panel .panel-heading .panel-title-image {
    float: left;
    width: 30px;
    border: 2px solid #D5D5D5;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
}

.panel .panel-heading .panel-title {
    margin-left: 9px;
}

.panel .panel-heading .panel-title-box {
    float: left;
}

    .panel .panel-title, .panel .panel-heading .panel-title-box, .panel .panel-heading .panel-title-box h3 {
        color: #333;
    }

        .panel .panel-heading .panel-title-box h3 {
            font-size: 14px;
            font-weight: 600;
            line-height: 18px;
            padding: 0px;
            margin: 0px;
        }

        .panel .panel-heading .panel-title-box span {
            font-size: 12px;
            font-weight: 400;
            line-height: 12px;
        }

.panel .panel-heading,
.panel .panel-footer,
.panel .panel-body, .noti-panel-footer {
    float: left;
    width: 100%;
}

.panel .panel-body {
    padding: 15px;
    position: relative;
}

.panel.panel-box .panel-body {
    padding-top: 10px;
}

.panel .panel-body.scroll {
    padding-right: 0px;
}

.panel .panel-body.panel-body-map {
    padding: 5px;
}

.panel .panel-body.panel-body-image {
    padding: 0px;
    margin-bottom: 10px;
    position: relative;
}

    .panel .panel-body.panel-body-image img {
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
        width: 100%;
    }

    .panel .panel-body.panel-body-image .panel-body-inform {
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: -15px;
        left: 50%;
        background: #3fbae4;
        color: #FFF;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-left: -15px;
        text-align: center;
        line-height: 30px;
        padding-left: 1px;
        padding-top: 1px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        .panel .panel-body.panel-body-image .panel-body-inform.inform-primary {
            background: #33414e;
        }

        .panel .panel-body.panel-body-image .panel-body-inform.inform-success {
            background: #14a38b;
        }

        .panel .panel-body.panel-body-image .panel-body-inform.inform-warning {
            background: #f2ac57;
        }

        .panel .panel-body.panel-body-image .panel-body-inform.inform-danger {
            background: #ff7171;
        }

        .panel .panel-body.panel-body-image .panel-body-inform .fa {
            font-size: 16px;
            color: #FFF;
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

.panel .panel-body.list-group, .panel .noti-panel-body.list-group {
    padding: 0px;
}

.panel .panel-body.profile {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

.panel .panel-body.panel-body-search {
    padding: 5px;
}

.panel .panel-body.panel-body-half .panel-body {
    width: 50%;
    height: 100%;
}

    .panel .panel-body.panel-body-half .panel-body:nth-child(2n) {
        padding-left: 25px;
    }

    .panel .panel-body.panel-body-half .panel-body.panel-body-image {
        margin-bottom: 0px;
    }

        .panel .panel-body.panel-body-half .panel-body.panel-body-image .panel-body-inform {
            bottom: auto;
            left: auto;
            right: -15px;
            top: 50%;
            margin-left: 0px;
            margin-top: -15px;
        }

.panel .panel-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 33px;
    display: block;
    float: left;
}

.panel .panel-footer {
    background: #F5F5F5;
    border: 0px;
    border-top: 1px solid #E3E3E3;
    line-height: 30px;
    padding: 10px;
}

.panel-fullscreen-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #FFF;
}

    .panel-fullscreen-wrap .panel {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        margin: 0px;
    }

        .panel-fullscreen-wrap .panel .panel-body {
            overflow-y: scroll;
        }
/* PANEL GROUP / ACCORDION */
.panel-group {
    float: left;
    width: 100%;
}

    .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 0px;
    }

.panel-title > a {
    text-decoration: none;
}

.panel-group.accordion .panel-body {
    display: none;
}

    .panel-group.accordion .panel-body.panel-body-open {
        display: block;
    }
/* END PANEL GROUP / ACCORDION */
/* PANEL CONTROLS */
ul.panel-controls {
    float: right;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
}

    ul.panel-controls > li {
        float: left;
    }

        ul.panel-controls > li > a {
            display: block;
            float: left;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 28px;
            color: #656d78;
            border: 1px solid #BBB;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin-left: 3px;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

            ul.panel-controls > li > a.control-primary {
                color: #33414e;
                border-color: #33414e;
            }

            ul.panel-controls > li > a.control-success {
                color: #14a38b;
                border-color: #14a38b;
            }

            ul.panel-controls > li > a.control-info {
                color: #3fbae4;
                border-color: #3fbae4;
            }

            ul.panel-controls > li > a.control-warning {
                color: #f2ac57;
                border-color: #f2ac57;
            }

            ul.panel-controls > li > a.control-danger {
                color: #ff7171;
                border-color: #ff7171;
            }

            ul.panel-controls > li > a:hover {
                border-color: #999;
                color: #434a54;
            }

            ul.panel-controls > li > a.rounded {
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
            }

    ul.panel-controls.panel-controls-title {
        margin-top: 3px;
    }

.panel-hidden-controls ul.panel-controls > li > a {
    opacity: 0;
    filter: alpha(opacity = 0);
}

.panel-hidden-controls:hover ul.panel-controls > li > a {
    opacity: 0.8;
    filter: alpha(opacity = 80);
}

    .panel-hidden-controls:hover ul.panel-controls > li > a:hover {
        opacity: 1;
        filter: alpha(opacity = 100);
    }

ul.panel-controls > li.label-control .label,
.label-form {
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px;
    line-height: 12px;
    margin-top: 4px;
}

ul.panel-controls > li > .dropdown-menu {
    left: auto;
    right: 3px;
}

    ul.panel-controls > li > .dropdown-menu:after,
    ul.panel-controls > li > .dropdown-menu:before {
        left: auto;
        right: 11px;
    }

    ul.panel-controls > li > .dropdown-menu:after {
        margin-left: auto;
        margin-right: -5px;
    }

    ul.panel-controls > li > .dropdown-menu:before {
        margin-left: auto;
        margin-right: -6px;
    }
/* EOF PANEL CONTROLS */
.panel-heading .label {
    line-height: 16px;
    padding: 4px 10px;
    margin: 3px 0px 3px 5px;
    font-size: 12px;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: .2px;
}

    .panel-heading .label.pulsate {
        -webkit-animation: pulsate 1s ease-out;
        -webkit-animation-iteration-count: infinite;
        -moz-animation: pulsate 1s ease-out;
        -moz-animation-iteration-count: infinite;
        animation: pulsate 1s ease-out;
        animation-iteration-count: infinite;
    }
/* PANEL BODY PRICING */
.panel.panel-primary .panel-body-pricing small {
    color: #33414e;
}

.panel.panel-success .panel-body-pricing small {
    color: #14a38b;
}

.panel.panel-info .panel-body-pricing small {
    color: #3fbae4;
}

.panel.panel-warning .panel-body-pricing small {
    color: #f2ac57;
}

.panel.panel-danger .panel-body-pricing small {
    color: #ff7171;
}

.panel-body.panel-body-pricing h2 {
    font-size: 26px;
    font-weight: 400;
}

    .panel-body.panel-body-pricing h2 small {
        text-transform: uppercase;
    }

.panel-body.panel-body-pricing p {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

    .panel-body.panel-body-pricing p.text-muted {
        color: #AAA;
        font-size: 11px;
    }

.panel-body.panel-body-pricing .fa {
    color: #EEE;
}
/* PANEL BODY PRICING */
/* PANEL REFRESHING */
.panel-refresh-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    z-index: 3;
    font-size: 21px;
}

    .panel-refresh-layer img {
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -16px;
        margin-top: -16px;
    }
/* EOF PANEL REFRESHING */
.panel-toggled .panel-body,
.panel-body-filter.panel-toggled,
.panel-toggled .panel-footer {
    display: none;
}
/* XNAV PANEL */
.x-navigation li > .panel {
    display: none;
    position: absolute;
    left: 0px;
    top: 56px;
    width: 400px;
    z-index: 3;
    border-top-width: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .x-navigation li > .panel.xn-drop-left {
        left: auto;
        right: 0px;
    }

    .x-navigation li > .panel .panel-heading {
        padding: 5px 10px;
    }

        .x-navigation li > .panel .panel-heading .panel-title {
            font-size: 14px;
        }

    .x-navigation li > .panel .panel-footer {
        line-height: 30px;
        padding: 3px 10px;
    }

.x-navigation li.active > .panel {
    display: block;
}

.x-navigation li > .panel:after {
    top: -11px;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #E5E5E5;
    border-width: 5px;
    margin-left: -5px;
}

.x-navigation li > .panel.xn-drop-left:after {
    right: 20px;
}

.x-navigation li > .panel.dragged:after {
    display: none;
}

.x-navigation li > .panel.panel-primary:after {
    border-bottom-color: #33414e;
}

.x-navigation li > .panel.panel-info:after {
    border-bottom-color: #3fbae4;
}

.x-navigation li > .panel.panel-warning:after {
    border-bottom-color: #f2ac57;
}

.x-navigation li > .panel.panel-danger:after {
    border-bottom-color: #ff7171;
}

.x-navigation li > .panel.panel-success:after {
    border-bottom-color: #14a38b;
}

.resizable-helper {
    border: 1px dashed #33414e;
}

.ui-resizable-s {
    width: 98%;
}

.ui-resizable-e {
    height: 98%;
}

.ui-resizable-se {
    width: 16px;
    height: 16px;
    right: 0px;
    bottom: 0px;
    text-indent: 0px;
    background: url(/Content/Assets/img/jquery/resize-icon.png) left top no-repeat;
}
/* EOF XNAV PANEL */
/* EOF PANELS */
/* USER */
.user {
    float: left;
    width: 100%;
    line-height: 50px;
}

    .user img {
        float: left;
        width: 50px;
        height: 50%;
        border: 3px solid #F5F5F5;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-right: 10px;
    }

    .user a {
        display: block;
        float: left;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
        color: #33414e;
    }

    .user .btn {
        margin-top: 10px;
    }
/* END USER */

/* BUTTONS */
.btn {
    font-weight: 600;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.btn-group-lg.btn-group-flex {
    display: flex;
    justify-content: center;
}

.btn,
.btn.btn-lg,
.btn-group-lg > .btn {
    font-size: 14px;
    padding: 7px 15px 7px 15px;
    line-height: 24px;
    border-radius: 5px;
}

    .btn i {
        font-size: 20px;
        font-style: normal;
        font-weight: normal;
    }

.btn-group-lg > .btn, .btn-group-lg > .checkbox-btn {
    margin-right: 17px;
}

.tasks > .task-item > .task-text .btn-group-lg > .btn,
.table > tbody > tr > td.btn-group-lg > .btn,
.table > tbody > tr > td > .btn-group-lg > .btn {
    margin-right: 10px;
}

.btn.btn-sm,
.btn-group-sm > .btn {
    font-size: 11px;
    padding: 1px 12px 6px 12px;
}

.btn.btn-xs,
.btn-group-xs > .btn {
    font-size: 10px;
    padding: 0px 5px;
}

.btn-secondary {
    background-color: #fff;
    border-color: #DBE2EA;
    border-width: 2px;
    color: #7c9cbf;
    font-weight: bold;
    line-height: 18px;
}

    .btn-secondary i {
        color: #7c9cbf;
        position: relative;
        top: 4px;
        right: 5px;
        padding-right: 4px;
    }

.btn.btn-icon-text {
    padding: 3px 15px 8px 15px;
    line-height: 22px;
}

.btn.btn-icon {
    padding: 4px 10px 6px 10px;
}

.btn-icon i {
    right: 0px;
    padding-right: 0px;
}

.btn i.i-btn-icon, .dt-button i.i-btn-icon {
    padding-left: 3px;
    padding-right: 3px;
}

.btn.btn-secondary.btn-icon-text, .btn.btn-secondary.btn-icon {
    line-height: 16px;
}

.btn.btn-secondary-lg.btn-icon-text, .btn.btn-secondary-lg.btn-icon {
    line-height: 20px;
}

.btn.btn-secondary-lg.btn-icon {
    line-height: 24px;
}
.btn.btn-icon.btn-icon-sm {
    padding: 2px 3px;
}
.btn-transparent {
    background-color: transparent;
    color: #333333;
    font-weight: normal;
}

    .btn-transparent i {
        color: #bdbdbd;
        position: relative;
        top: 5px;
        right: 5px;
    }

    .btn-transparent.active i {
        color: #7C9CBF;
        position: relative;
    }

    .btn-transparent.active span {
        border-bottom: 2px solid #7C9CBF;
    }

    .btn-transparent.active.btn-border-bottom {
        border-bottom: 2px solid #7C9CBF;
    }

    .btn-transparent:hover {
        background-color: #efefef;
    }

a.btn-transparent,
a.btn-transparent:hover,
a.btn-transparent:visited,
a.btn-transparent:active {
    text-decoration: none;
}

.btn-transparent.active {
    font-weight: bold;
}

.btn-transparent span {
    padding-bottom: 3px;
}

.btn-default {
    border-color: #DBE2EA;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default,
    .btn-secondary:hover {
        background-color: #F5F5F5;
        border-color: #DDD;
    }

.btn-danger {
    background-color: #ff7171;
    border-color: #ff7171;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open > .dropdown-toggle.btn-danger {
        background-color: #a43f3e;
        border-color: #a43f3e;
    }

    .btn-danger[disabled],
    .btn-danger.disabled {
        background: #c66968;
        border-color: #c36261;
    }

.btn-warning {
    background-color: #f2ac57;
    border-color: #f2ac57;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-color: #fe970a;
        border-color: #fe970a;
    }

    .btn-warning[disabled],
    .btn-warning.disabled {
        background: #feb756;
        border-color: #feb34c;
    }

.btn-success {
    background-color: #14a38b;
    border-color: #14a38b;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-color: #89ad4d;
        border-color: #89ad4d;
    }

    .btn-success[disabled],
    .btn-success.disabled {
        background: #acc780;
        border-color: #a7c479;
    }

.btn-primary {
    background-color: #00aeef;
    border-color: #00aeef;
    font-weight: 600;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-color: #546d81;
        border-color: #546d81;
    }

    .btn-primary[disabled],
    .btn-primary.disabled {
        background: #475b6d;
        border-color: #435667;
    }

    .btn-primary i, .btn-danger i {
        position: relative;
        top: 5px;
        left: 6px;
    }

    .btn.btn-primary.btn-primary-sm.btn-icon-text i {
        position: relative;
        top: 2px;
    }
    .btn.btn-primary.btn-primary-sm.btn-icon {
        line-height: 16px;
    }
.btn-primary.btn-primary-sm {
    padding: 2px 9px;
}
.btn-info {
    background-color: #3fbae4;
    border-color: #3fbae4;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open > .dropdown-toggle.btn-info {
        background-color: #546d81;
        border-color: #546d81;
    }

    .btn-info[disabled],
    .btn-info.disabled {
        background: #6ccaea;
        border-color: #63c7e9;
    }

.btn-link {
    font-weight: 600;
    color: #33414e;
}

    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active,
    .btn-link.active {
        color: #33414e;
    }

.btn .fa,
.btn .glyphicon {
    font-size: 14px;
    margin-right: 5px;
}

.btn.btn-rounded {
    background: transparent;
    color: #656d78;
    -moz-border-radius: var(--box-border-radius);
    -webkit-border-radius: var(--box-border-radius);
    border-radius: var(--box-border-radius);
    border-width: 2px;
    padding: 2px 10px;
    font-weight: 600;
}

    .btn.btn-rounded.btn-default:hover,
    .btn.btn-rounded.btn-default:focus,
    .btn.btn-rounded.btn-default:active,
    .btn.btn-rounded.btn-default.active {
        border-color: #CCC;
        color: #333;
    }

    .btn.btn-rounded.btn-success {
        color: #14a38b;
    }

        .btn.btn-rounded.btn-success:hover,
        .btn.btn-rounded.btn-success:focus,
        .btn.btn-rounded.btn-success:active,
        .btn.btn-rounded.btn-success.active {
            border-color: #89ad4d;
            color: #89ad4d;
        }

    .btn.btn-rounded.btn-warning {
        color: #f2ac57;
    }

        .btn.btn-rounded.btn-warning:hover,
        .btn.btn-rounded.btn-warning:focus,
        .btn.btn-rounded.btn-warning:active,
        .btn.btn-rounded.btn-warning.active {
            border-color: #fe970a;
            color: #fe970a;
        }

    .btn.btn-rounded.btn-info {
        color: #3fbae4;
    }

        .btn.btn-rounded.btn-info:hover,
        .btn.btn-rounded.btn-info:focus,
        .btn.btn-rounded.btn-info:active,
        .btn.btn-rounded.btn-info.active {
            border-color: #29b2e1;
            color: #29b2e1;
        }

    .btn.btn-rounded.btn-danger {
        color: #ff7171;
    }

        .btn.btn-rounded.btn-danger:hover,
        .btn.btn-rounded.btn-danger:focus,
        .btn.btn-rounded.btn-danger:active,
        .btn.btn-rounded.btn-danger.active {
            border-color: #a43f3e;
            color: #a43f3e;
        }

    .btn.btn-rounded.btn-primary {
        color: #e8740f;
    }

        .btn.btn-rounded.btn-primary:hover,
        .btn.btn-rounded.btn-primary:focus,
        .btn.btn-rounded.btn-primary:active,
        .btn.btn-rounded.btn-primary.active {
            border-color: #29343f;
            color: #29343f;
        }

.btn:active,
.btn.active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.btn-twitter {
    background: #1AB2E8;
    border-color: #1AB2E8;
}

    .btn.btn-twitter:hover,
    .btn.btn-twitter:focus,
    .btn.btn-twitter:active,
    .btn.btn-twitter.active {
        background: #15a1d3;
    }

.btn.btn-facebook {
    background: #3C599B;
    border-color: #3C599B;
}

    .btn.btn-facebook:hover,
    .btn.btn-facebook:focus,
    .btn.btn-facebook:active,
    .btn.btn-facebook.active {
        background: #354e89;
    }

.btn.btn-google {
    background: #E04A39;
    border-color: #E04A39;
}

    .btn.btn-google:hover,
    .btn.btn-google:focus,
    .btn.btn-google:active,
    .btn.btn-google.active {
        background: #dd3623;
    }

.btn.btn-condensed {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

    .btn.btn-condensed .fa,
    .btn.btn-condensed .glyphicon {
        margin: 0px;
        text-align: center;
    }

    .btn.btn-condensed.btn-sm {
        padding-left: 8px;
        padding-right: 8px;
    }

    .btn.btn-condensed.btn-lg {
        padding-left: 15px;
        padding-right: 15px;
    }
/* EOF BUTTONS */
/* FORM ELEMENTS */
.radio,
.checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: 0px;
    }

    .checkbox label, .radio label {
        padding-left: 0px;
        font-size: 14px;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: relative;
        margin-top: 4px \9;
        top: 7px;
        margin-left: 0px;
        margin-right: 8px;
    }

input[type=radio],
input[type=checkbox] {
    margin: 2px 2px 0px 0px;
    width: 24px;
    height: 24px;
}

.table > thead > tr > th input[type=checkbox],
.table > tbody > tr > td input[type=checkbox] {
    width: 18px;
    height: 18px;
}

.checkbox.pull-left,
.checkbox.pull-right,
.radio.pull-left,
.radio.pull-right {
    width: auto;
}

.form-control {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 18px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #DBE2EA;
    border-radius: 5px;
    background: #FFFFFF;
}

    .form-control:focus {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: #FFF;
    }

    .form-control[disabled],
    .form-control[readonly] {
        color: #999;
    }

        .form-control[disabled]:focus,
        .form-control[readonly]:focus {
            background: #EEE;
            color: #CCC;
            border-color: #D5D5D5;
        }
    .form-control.form-control-sm {
        height: 30px;
        font-size: 13px;
        padding: 6px 8px;
    }
    .input-group {
        border: 1px solid #DBE2EA;
        border-radius: 5px;
    }

    .input-group input.form-control {
        border: none;
    }

.input-group-addon {
    border: none;
    background-color: #fff;
    font-size: 24px;
    padding: 0px 10px;
    line-height: 28px;
    color: #BDBDBD;
    text-align: center;
    min-width: 36px;
}

    .input-group-addon i {
        position: relative;
        top: 2px;
    }

.input-group-addon,
.input-group-btn {
    vertical-align: middle;
}

.daterange-group .input-group-addon {
    border-left: 1px solid #DBE2EA;
    border-right: 1px solid #DBE2EA;
}

.form-group:last-child {
    margin-bottom: 0px;
}

.form-group-separated {
    border-top: 1px dashed #D5D5D5;
}

    .form-group-separated .form-group {
        border-bottom: 1px dashed #D5D5D5;
        margin-bottom: 0px;
    }

        .form-group-separated .form-group [class^="col-md-"] {
            border-left: 1px dashed #D5D5D5;
            padding: 12px 10px;
        }

            .form-group-separated .form-group [class^="col-md-"]:first-child {
                border-left: 0px;
            }

        .form-group-separated .form-group:last-child {
            border-bottom: 0px;
        }

        .form-group-separated .form-group.form-group-border-right [class^="col-md-"] {
            border-left: 0px;
            border-right: 1px dashed #D5D5D5;
        }

            .form-group-separated .form-group.form-group-border-right [class^="col-md-"]:last-child {
                border-right: 0px;
                margin-left: 0px;
            }

    .form-group-separated.panel-body,
    .form-group-separated.modal-body {
        padding: 0px;
    }

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-horizontal .control-label {
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
}

.form-horizontal.form-labels-top .control-label {
    font-size: 12px;
    margin-left: 7px;
}

.help-block {
    color: #AAB2BD;
    margin-bottom: 0px;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -2px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    font-size: 16px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    font-size: 11px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 0;
}

.has-feedback label ~ .form-control-feedback {
    top: 20px;
}
/* FORM VALIDATION STATES */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .form-control-feedback {
    color: #14a38b;
}

.has-success .form-control {
    border-color: #14a38b;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
    color: #f2ac57;
}

.has-warning .form-control {
    border-color: #f2ac57;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .form-control-feedback {
    color: #ff7171;
}

.has-error .form-control {
    border-color: #ff7171;
}
/* EOF FORM VALIDATION STATES */
.form-control.error,
.bootstrap-select.error > button {
    border-color: #ff7171;
}

label {
    font-weight: 600;
    letter-spacing: .2px;
}

.normal-text {
    font-weight: normal !important;
}

.bold-text {
    font-weight: 700 !important;
}

.italic-text {
    font-style: italic;
}

.fweight-600 {
    font-weight: 600 !important;
}

label.error,
label.valid {
    color: #ff7171;
    margin-bottom: 0px;
    margin-top: 3px;
    font-size: 11px;
    font-weight: normal;
    width: 100%;
}

.form-control.valid,
.bootstrap-select.valid > button {
    border-color: #14a38b;
}

label.valid {
    color: #14a38b;
}

.label-value-group label {
    font-size: 12px;
    font-weight: normal;
}

.label-value-group-lg label {
    font-size: 14px;
    font-weight: bold;
    color: #2C2728;
}

.label-value-group data, .label-value-group-lg data {
    font-size: 14px;
    color: var(--black);
    display: block;
}

.control-label.text-left {
    text-align: left;
}
/* EOF FORM ELEMENTS */
/* LABELS AND BADGES */
.label {
    font-weight: 500;
    letter-spacing: .2px;
}

.label-primary, .label-success, .label-warning, .label-danger, .label-default, .label-info {
    border-radius: 6px;
    padding: .3em .6em .3em;
    font-size: 10px;
}

.label-success, .label-warning, .label-danger, .label-info {
    font-weight: 700;
}

.label-primary, .label-default {
    font-weight: 600;
}

    .label-default.label-default-lg {
        font-size: 12px;
    }

.label-default {
    background-color: #dbe2ea;
    color: #756f86;
}

.badge {
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0px;
    width: 20px;
    height: 20px;
}

.badge-small {
    width: 12px;
    height: 12px;
    padding: 0px;
    line-height: 12px;
}

.label-primary,
.badge-primary {
    background-color: #33414e;
}

.label-success,
.badge-success {
    background-color: #14a38b;
}

.label-info,
.badge-info {
    background-color: #3fbae4;
}

.label-warning,
.badge-warning {
    background-color: #f2ac57;
}

.label-danger,
.badge-danger {
    background-color: #ff7171;
}
/* EOF LABELS AND BADGES */
/* ALERTS */
.alert {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    line-height: 21px;
}

.alert-success {
    background-color: #14a38b;
    color: #FFF;
    border-color: #90b456;
}

.alert-info {
    background-color: #3fbae4;
    color: #FFF;
    border-color: #36b7e3;
}

.alert-warning {
    background-color: #f2ac57;
    color: #FFF;
    border-color: #fe9e19;
}

.alert-danger {
    background-color: #ff7171;
    color: #FFF;
    border-color: #af4342;
}

.alert > i {
    font-size: 20px;
    font-weight: normal;
    position: relative;
    top: 5px;
    right: 5px;
    line-height: 10px;
}
/* EOF ALERTS */
/* DROP DOWN */
.dropdown-menu {
    font-size: 14px;
    -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #E5E5E5;
    padding: 0px;
    margin: 8px 0px 0px;
    min-width: 200px;
    z-index: 99999;
}

    .dropdown-menu > li > a {
        padding: 7px 15px;
        border-bottom: 1px solid #E9E9E9;
        line-height: 20px;
    }

    .dropdown-menu > li:last-child > a {
        border-bottom: 0px;
    }

    .dropdown-menu:after,
    .dropdown-menu:before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .dropdown-menu:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #FFF;
        border-width: 5px;
        margin-left: -5px;
    }

    .dropdown-menu:before {
        border-color: rgba(229, 229, 229, 0);
        border-bottom-color: #E5E5E5;
        border-width: 6px;
        margin-left: -6px;
    }

.dropup .dropdown-menu:after,
.dropup .dropdown-menu:before {
    display: none;
}

.dropdown-header {
    padding: 10px 15px;
    border-bottom: 1px solid #E5E5E5;
    color: #777;
}

.dropdown-menu .fa {
    margin-right: 5px;
}

.dropdown-menu .divider {
    background: #F5F5F5;
    margin: 0px;
    padding: 15px 0px 0px;
    border-bottom: 1px solid #E5E5E5;
}
/* EOF DROP DOWN */
/* MODAL */
.modal-dialog {
    z-index: 1041;
}

.modal-buttons {
    display: flow-root;
    padding: 12px 7px;
}

.modal-button-placeholder {
    padding: 5px;
}

.modal-content-top-alignment {
    position: relative;
    top: -31px;
}

.modal-content {
    display: flow-root;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .modal-content > .panel {
        margin-bottom: 0;
        border-radius: var(--box-border-radius);
    }

    .modal-content .close {
        color: #bdbdbd;
        opacity: 1;
        font-weight: normal;
    }

        .modal-content .close i {
            position: relative;
            top: 3px;
            z-index: 100;
        }

.close span {
    font-size: 14px;
    color: #4f4f4f;
    position: relative;
    top: -3px;
    z-index: 100;
}

.alert .close, .alert .close span {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

.close:hover,
.close span:hover {
    color: #efefef;
}

.modal-header {
    padding: 10px 10px 10px 15px;
    line-height: 30px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background: #F5F5F5;
    border-color: #d5d5d5;
}

    .modal-header .close {
        margin-top: 5px;
        margin-right: 5px;
    }

.modal-title {
    line-height: 30px;
}

.modal-body {
    display: flow-root;
    clear: both;
    padding: 0 15px 15px 15px;
}

    .modal-body:before {
        clear: both;
    }

    .modal-body:after {
        clear: both;
    }

.modal-footer {
    background: #F5F5F5;
    border-color: #D5D5D5;
    padding: 10px 15px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.popup-width-1 {
    width: 500px;
}

.popup-width-2 {
    width: 700px;
}

.popup-width-3 {
    width: 800px;
}

.popup-width-4 {
    width: 900px;
}

.popup-width-5 {
    width: 1000px;
}
/* EOF MODAL */
/* PORTLET */
.scCol {
    min-height: 30px;
}

.scPlaceholder {
    background: #fcfbf4;
    border: 1px dashed #999;
    margin-bottom: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    width: 100%;
}
/* EOF PORTLET */
/* TYPOGRAPHY */
.page-title {
    float: left;
    width: 100%;
    padding: 10px 10px 15px 10px;
}

    .page-title h2 {
        float: left;
        line-height: 30px;
    }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #333333;
    padding: 0px;
    margin: 0px;
}

h1,
.h1 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 400;
}

h2,
.h2 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
}

h3,
.h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

    h3 small,
    .h3 small {
        line-height: 19px;
    }

h4,
.h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}

h5,
.h5 {
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
}

h6,
.h6 {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
}

blockquote {
    font-size: 12px;
    border-left-color: #CCC;
    line-height: 20px;
}

    blockquote p {
        line-height: 12px;
    }

    .blockquote-reverse,
    blockquote.pull-right {
        border-right-color: #CCC;
    }

.blockquote-primary {
    border-left-color: #33414e;
}

.blockquote-success {
    border-left-color: #14a38b;
}

.blockquote-info {
    border-left-color: #3fbae4;
}

.blockquote-danger {
    border-left-color: #ff7171;
}

.blockquote-warning {
    border-left-color: #f2ac57;
}

.page-sub-title {
    font-size: 20px;
    font-weight: 400;
    color: var(--box-title-color);
    font-style: normal;
    line-height: 27px;
    letter-spacing: .2px;
}

.custom-widget-title-lg, .box-title-lg {
    font-size: 22px;
    font-weight: 600;
    color: var(--black);
    font-style: normal;
    line-height: 27px;
}

.custom-widget-title, .box-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--box-title-color);
    font-style: normal;
    line-height: 27px;
    letter-spacing: .2px;
}

.text-title {
    font-weight: 600;
    border-bottom: 1px solid #F5F5F5;
    padding: 10px 0px 5px;
    font-size: 15px !important;
}

.message-title {
    font-weight: 600;
    font-style: normal;
    font-size: 16px !important;
    color: var(--black);
    line-height: 25px;
    letter-spacing: .2px;
}
.message-title-sm {
    font-size: 15px !important;
    color: var(--black);
    font-weight: normal;
    letter-spacing: .2px;
}
    .group-title, .default-text {
    font-size: 14px !important;
    color: #828282;
    font-weight: normal;
    letter-spacing: .2px;
}

.sub-text {
    font-size: 12px !important;
    font-weight: normal;
}

.small-text {
    font-size: 10px !important;
    font-weight: normal;
}

/* EOF TYPOGRAPHY */
/* HELPERS */
.padding-0 {
    padding: 0px !important;
}

.margin-left-0 {
    margin-left: 0px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.arabic-text {
    direction: rtl;
}

.text-muted {
    color: #CCD0D9 !important;
}

.text-primary {
    color: #2C2738 !important;
}

.text-success {
    color: #14a38b !important;
}

.text-info {
    color: #3fbae4 !important;
}

.text-warning {
    color: #f2ac57 !important;
}

.text-danger {
    color: #ff7171 !important;
}

.bg-primary {
    color: #fff;
    background-color: #33414e;
}

.bg-success {
    color: #fff;
    background-color: #14a38b;
}

.bg-info {
    color: #fff;
    background-color: #3fbae4;
}

.bg-warning {
    color: #fff;
    background-color: #f2ac57;
}

.bg-danger {
    color: #fff;
    background-color: #ff7171;
}

.inline-editor.bg-success,
.mark-cell.bg-success {
    border-color: #333 !important;
}

.saving,
.mark-cell.saving,
.form-control.saving,
.table-striped > tbody > tr:nth-child(odd) > td.saving,
.table > tbody > tr > td.saving {
    background: #edee85 !important;
}

.mark-cell.error,
.form-control.error,
.table-striped > tbody > tr:nth-child(odd) > td.error,
.table > tbody > tr > td.error {
    color: #fff !important;
    background-color: #ff7171 !important;
}

.modified,
.mark-cell.modified,
.form-control.modified,
.table-striped > tbody > tr:nth-child(odd) > td.modified,
.table > tbody > tr > td.modified {
    background: #dfffd8;
}

.overdue,
.mark-cell.overdue,
.form-control.overdue,
.table-striped > tbody > tr:nth-child(odd) > td.overdue,
.table > tbody > tr > td.overdue {
    background: #f2dede;
}

.exempt,
.mark-cell.exempt,
.form-control.exempt,
.table-striped > tbody > tr:nth-child(odd) > td.exempt,
.table > tbody > tr > td.exempt {
    background: #D91;
}

.processing {
    background: url("/Content/Assets/img/loaders/processing.gif") no-repeat;
    position: absolute;
    z-index: 10001;
    width: 19px;
    height: 19px;
}

.twitter {
    border-color: #1AB2E8 !important;
    color: #1AB2E8 !important;
}

    .twitter:hover {
        border-color: #48c2ed !important;
        color: #48c2ed !important;
    }

.facebook {
    border-color: #3C599B !important;
    color: #3C599B !important;
}

    .facebook:hover {
        border-color: #4f70bb !important;
        color: #4f70bb !important;
    }

.line-height-30 {
    line-height: 30px;
}
/* EOF HELPERS */
/* PROGRESS BARS */
.progress.progress-small {
    height: 5px;
}

    .progress.progress-small .progress-bar {
        font-size: 0px;
    }

.progress-bar {
    background-color: #33414e;
}

.progress-bar-success {
    background-color: #14a38b;
}

.progress-bar-warning {
    background-color: #f2ac57;
}

.progress-bar-danger {
    background-color: #ff7171;
}

.progress-bar-info {
    background-color: #3fbae4;
}

.progress-bar-colorful {
    background: linear-gradient(left, #b64645 0%, #fea223 50%, #95b75d 100%);
    background: -o-linear-gradient(left, #b64645 0%, #fea223 50%, #95b75d 100%);
    background: -moz-linear-gradient(left, #b64645 0%, #fea223 50%, #95b75d 100%);
    background: -webkit-linear-gradient(left, #b64645 0%, #fea223 50%, #95b75d 100%);
    background: -ms-linear-gradient(left, #b64645 0%, #fea223 50%, #95b75d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #b64645), color-stop(0.5, #fea223), color-stop(1, #95b75d));
}
/* EOF PROGRESS BARS */
/* SWITCH */
.switch {
    cursor: pointer;
    position: relative;
    height: 30px;
    line-height: 30px;
}

    .switch input {
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .switch input:checked + span:after {
            left: 21px;
        }

        .switch input:checked + span {
            background-color: #14a38b;
        }

        .switch input:disabled + span {
            background-color: #CCC;
        }

    .switch span {
        position: relative;
        width: 50px;
        height: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        background-color: #b64645;
        border: 1px solid #E5E5E5;
        display: inline-block;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        border-color: rgba(0, 0, 0, 0.1);
        left: 0px;
    }

        .switch span:after {
            content: "";
            position: absolute;
            background-color: #fff;
            width: 26px;
            top: 1px;
            bottom: 1px;
            left: 1px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
            border-radius: 30px;
            -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
            -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

    .switch.switch-small {
        margin: 6px 0px 4px;
        height: 20px;
        line-height: 20px;
    }

        .switch.switch-small input:checked + span:after {
            left: 11px;
        }

        .switch.switch-small span {
            width: 30px;
            height: 20px;
            -moz-border-radius: 20px;
            -webkit-border-radius: 20px;
            border-radius: 20px;
        }

            .switch.switch-small span:after {
                width: 16px;
            }
/* END SWITCH */
/* PAGINATION */
.pagination {
    width: 100%;
    margin: 10px 0px;
}

    .pagination > li > a,
    .pagination > li > span {
        margin-left: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #656d78;
        border-color: #E5E5E5;
    }

        .pagination > li > a:hover,
        .pagination > li > span:hover {
            color: #222;
        }

    .pagination > li.active > a,
    .pagination > li.active > a:hover {
        background: #33414e;
        color: #FFF;
        border-color: #33414e;
    }

    .pagination.pagination-sm {
        margin: 0px;
        width: auto;
    }

/* END PAGINATION */
/* POPOVER */
.popover {
    -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    border: 1px solid #efefef;
}

.popover-title {
    background: #f5f5f5;
    border-bottom-color: #e5e5e5;
    line-height: 20px;
}

.popover > .arrow,
.popover > .arrow:after {
    border-width: 5px;
}

.popover.right > .arrow {
    left: -6px;
    margin-top: -6px;
}

    .popover.right > .arrow:after {
        bottom: -5px;
    }

.popover.top > .arrow {
    bottom: -6px;
    margin-left: -6px;
    border-top-color: rgba(0, 0, 0, 0.5);
}

    .popover.top > .arrow:after {
        margin-left: -5px;
    }

.popover.bottom > .arrow {
    top: -6px;
    margin-left: -6px;
    border-bottom-color: rgba(0, 0, 0, 0.3);
}

    .popover.bottom > .arrow:after {
        margin-left: -5px;
    }

.popover.left > .arrow {
    right: -6px;
    margin-top: -6px;
}

    .popover.left > .arrow:after {
        bottom: -5px;
    }
/* EOF POPOVER */
/* TABS */
.tabs {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.nav-tabs,
.nav-tabs.nav-justified {
    border-bottom: 0px;
    margin-bottom: 0px;
    margin-top: -40px;
    padding: 0px 5px;
}

.block-head .nav-tabs {
    border-bottom: 0px;
}

.nav-tabs > li {
    margin-bottom: 0px;
}

    .nav-tabs > li > a {
        margin-right: 5px;
        border: 0px;
        font-size: 12px;
        border-top: 2px solid transparent;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        color: #337ab7;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        background: #F5F5F5;
        padding: 9px 15px;
    }

    .nav-tabs > li:first-child > a {
        -moz-border-radius: 5px 0px 0px 0px;
        -webkit-border-radius: 5px 0px 0px 0px;
        border-radius: 5px 0px 0px 0px;
    }

    .nav-tabs > li > a:hover {
        border-color: transparent;
        background: #FFF;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > .dropdown.active.open > a:hover {
        border: 0px;
        border-top: 2px solid #337ab7;
        background: #FFF;
        -moz-border-radius: 3px 3px 0px 0px;
        -webkit-border-radius: 3px 3px 0px 0px;
        border-radius: 3px 3px 0px 0px;
    }

.nav-tabs.nav-justified > li > a {
    border: 0px;
    border-top: 2px solid transparent;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #333;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .nav-tabs.nav-justified > li > a:hover {
        border-color: #33414e;
        background: transparent;
    }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 0px;
    border-top: 2px solid #33414e;
    background: #FFF;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}

.nav-tabs a .caret,
.nav-tabs a:hover .caret {
    color: #33414e;
}

.nav-tabs-vertical .tabs {
    margin-top: 0px;
}

.nav-tabs-vertical .nav-tabs {
    margin-top: 0px;
    float: left;
    width: 150px;
    position: absolute;
    left: 0px;
    border-bottom: 0px;
    padding: 0px;
}

    .nav-tabs-vertical .nav-tabs > li {
        width: 100%;
    }

        .nav-tabs-vertical .nav-tabs > li > a {
            width: 100%;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            border-top: 0px;
            border-left: 2px solid transparent;
            background: #FFF;
        }

            .nav-tabs-vertical .nav-tabs > li > a:hover {
                border-left-color: #33414e;
                background: transparent;
            }

        .nav-tabs-vertical .nav-tabs > li.active > a,
        .nav-tabs-vertical .nav-tabs > li.active > a:hover,
        .nav-tabs-vertical .nav-tabs > li.active > a:focus,
        .nav-tabs-vertical .nav-tabs > .dropdown.active.open > a:hover {
            border-top: 0px;
            border-left: 2px solid #33414e;
            background: #F5F5F5;
        }

        .nav-tabs-vertical .nav-tabs > li:first-child > a {
            -moz-border-top-left-radius: 3px;
            -webkit-border-top-left-radius: 3px;
            border-top-left-radius: 3px;
        }

        .nav-tabs-vertical .nav-tabs > li:last-child > a {
            -moz-border-bottom-left-radius: 3px;
            -webkit-border-bottom-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

.tab-content {
    margin-top: 20px;
}

.nav-tabs-vertical .tab-content {
    width: auto;
    margin-left: 150px;
}

.nav-tabs-vertical .panel-body {
    padding-top: 10px;
}

.icon-text {
    display: flex;
    line-height: 22px;
    align-items: center;
    word-break: break-all;
}

    .icon-text > i {
        color: #bdbdbd;
        font-size: 20px;
    }

    .icon-text > span {
        font-weight: normal;
        font-size: 14px;
        color: #333;
        position: relative;
        left: 7px;
    }

.icon-text-bold > span {
    font-weight: bold;
}

a.icon-text > i:hover {
    text-decoration: none;
}

a.status-icon-text:link, a.status-icon-text:hover, a.status-icon-text:visited, a.status-icon-text:focus {
    text-decoration: none;
}

a.status-icon-text:hover {
    background-color: #efefef;
    border-radius: 5px;
}

.nav-pills > li > span {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

.nav-pills > li > i {
    color: #bdbdbd;
    position: relative;
    top: 4px;
    right: 5px;
    font-size: 20px;
}

.nav-pills > li > a {
    padding: 10px 15px 14px 15px;
}

    .nav-pills > li > a, .nav-pills > li > a:focus, .nav-pills > li > a:hover {
        color: #4f4f4f;
        font-size: 14px;
    }

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #333333;
    background-color: transparent;
    font-weight: 700;
}

.nav-pills > li > a {
    border-radius: 0;
    line-height: 15px;
}

.nav.nav-pills > li > a > i {
    position: relative;
    top: 4px;
    right: 5px;
    font-size: 20px;
    font-weight: normal;
}

.nav.nav-pills > li.active > a > i {
    color: #7C9CBF;
}

.nav.nav-pills > li:not(.active) > a > i {
    color: #BDBDBD;
}

.nav-pills > li > a > span {
    position: relative;
    left: 3px;
    padding-bottom: 3px;
}

.nav.nav-header > li > a {
    margin-top: -6px;
}

.tab-pane.panel {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

/* EOF TABS */
/* TABLES */
.table-responsive {
    border: 0px;
    background-color: white;
    padding: 20px;
}

.table {
    border: 1px solid #DBE2EA;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        border-color: transparent;
        border-bottom: 1px solid #DBE2EA;
        padding: 11px 12px 10px 12px;
        background: #FFFFFF;
        color: #4F4F4F;
        font-size: 14px;
    }

    .table > tbody > tr.noData > th,
    .table > tbody > tr.noData > td {
        border-bottom: none;
    }

.table-transparent {
    border: none;
}

.table.table-transparent > thead > tr > th,
.table.table-transparent > tbody > tr > th,
.table.table-transparent > tfoot > tr > th,
.table.table-transparent > thead > tr > td,
.table.table-transparent > tbody > tr > td,
.table.table-transparent > tfoot > tr > td {
    border-color: transparent;
    border-bottom: none;
    background: transparent;
    font-size: 14px;
    padding: 7px 12px;
}

.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
    border-left: 1px solid #DBE2EA;
}

.table.table-transparent > thead > tr > th:first-child,
.table.table-transparent > tbody > tr > th:first-child,
.table.table-transparent > tfoot > tr > th:first-child,
.table.table-transparent > thead > tr > td:first-child,
.table.table-transparent > tbody > tr > td:first-child,
.table.table-transparent > tfoot > tr > td:first-child {
    border-left: none;
}

.table > thead > tr > th {
    background: #F8F8F8;
    color: #000;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 600;
    height: 45px;
}

    .table > thead > tr > th.checkbox-column,
    .table > tbody > tr > td.checkbox-column {
        width: 5%;
        vertical-align: middle;
    }

.portal-grid table > tbody > tr > td.highlight-col, .portal-grid table > tfoot > tr > td.highlight-col {
    background: #F8F8F8;
    color: #000;
}

.panel-body.panel-body-table {
    padding: 0px !important;
}

    .panel-body.panel-body-table h1,
    .panel-body.panel-body-table h2,
    .panel-body.panel-body-table h3,
    .panel-body.panel-body-table h4,
    .panel-body.panel-body-table h5,
    .panel-body.panel-body-table h6 {
        padding-left: 10px;
        margin-bottom: 10px;
    }

    .panel-body.panel-body-table .table {
        margin-bottom: 0px;
        border: 0px;
    }

        .panel-body.panel-body-table .table tr > td:first-child,
        .panel-body.panel-body-table .table tr > th:first-child {
            border-left: 0px;
        }

        .panel-body.panel-body-table .table tr > td:last-child,
        .panel-body.panel-body-table .table tr > th:last-child {
            border-right: 0px;
        }

        .panel-body.panel-body-table .table > tbody > tr:last-child > td {
            border-bottom: 0px;
        }

.table.table-actions td {
    line-height: 28px;
}

.table .progress-small {
    margin: 7px 0px 8px;
}

.table.table-bordered > thead > tr > th,
.table.table-bordered > tbody > tr > th,
.table.table-bordered > tbody > tr > td {
    border-right: 1px solid #DBE2EA;
    border-bottom: 1px solid #DBE2EA;
}

    .table.table-bordered > thead > tr > th:first-child,
    .table.table-bordered > tbody > tr > th:first-child,
    .table.table-bordered > tbody > tr > td:first-child {
        border-left: 1px solid #DBE2EA;
    }

.table.table-bordered > thead > tr > th,
.table.table-bordered > tbody > tr > th {
    border-top: 1px solid #DBE2EA !important;
}

.table.table-condensed > thead > tr > th,
.table.table-condensed > tbody > tr > th,
.table.table-condensed > tbody > tr > td {
    padding: 8px 15px;
}

/* EOF TABLES */


/* Datatables */
.dataTable {
    float: left;
    margin-bottom: 10px;
}

    .dataTable div.checker,
    .dataTable div.radio {
        display: inherit;
    }

.dataTables_wrapper {
    float: right;
    width: 99.9%;
}

.dataTables_length {
    width: 50%;
    float: right;
    padding: 0px 0px 5px;
    margin-bottom: 15px;
}

    .dataTables_length label,
    .dataTables_filter label {
        padding: 0px;
        line-height: 30px;
        height: auto;
        margin: 0px;
        font-size: 14px;
        color: #999999;
        font-weight: 600;
    }

    .dataTables_length label {
        float: right;
    }

    .dataTables_length select {
        width: 70px;
        display: inline;
        margin: 0px 5px;
        height: 35px;
        padding: 0px 10px;
    }

.dataTables_filter {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding: 0px 0px 5px;
    margin-bottom: 15px;
}

    .dataTables_filter label {
        float: left;
    }

        .dataTables_filter label input {
            width: 250px;
            display: inline;
            margin-left: 5px;
            height: 35px;
            padding: 0px 10px;
        }

.table > tbody > tr > td.dataTables_empty, .no-data {
    font-size: 14px;
    text-align: center;
}

.dataTables_info {
    float: left;
    font-size: 12px;
    padding: 0px;
    line-height: 30px;
    padding: 2px 5px;
}

.dataTables_paginate {
    padding: 0px;
    text-align: right;
    float: right;
    padding: 3px 3px;
}

.pagination_container_bordered {
    background: #fff;
    border: 1px solid #DBE2EA;
    border-radius: 5px;
}

.dataTables_paginate a.paginate_disabled_previous,
.dataTables_paginate a.paginate_disabled_next,
.dataTables_paginate a.paginate_button,
.paginate_enabled_next,
.paginate_active,
.paginate_enabled_previous {
    border: none;
    padding: 7px 12px;
    font-size: 14px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    text-decoration: none;
    background-color: #fff;
    color: #656d78;
    margin-left: 3px;
    cursor: pointer;
}

.dataTables_length select {
    height: 32px;
}

.dataTables_paginate .paginate_enabled_next:hover,
.dataTables_paginate a.paginate_button:hover,
.dataTables_paginate .paginate_enabled_previous:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #222;
}

.dataTables_paginate .paginate_button.current,
.dataTables_paginate .paginate_button.current:hover {
    background: #546d81;
    color: #FFF;
    border-color: #546d81;
}

.dataTables_paginate a.paginate_disabled_previous,
.dataTables_paginate a.paginate_button_disabled,
.dataTables_paginate a.paginate_disabled_next {
    cursor: default;
    color: #ccc;
}

    .dataTables_paginate a.paginate_button_disabled:hover {
        box-shadow: none;
        color: #ccc;
    }

.sorting_desc,
.sorting_asc,
.sorting {
    position: relative !important;
    cursor: pointer;
    padding-right: 20px !important;
}

    .sorting:before,
    .sorting_desc:before,
    .sorting_asc:before {
        position: absolute;
        top: 13px;
        right: 5px;
        font-family: 'FontAwesome';
        color: #bdbdbd;
        opacity: 0.9;
        filter: alpha(opacity = 90);
        width: 10px;
        height: 10px;
        display: block;
    }

    .sorting:before {
        content: "\f0dc";
        opacity: 0.3;
        filter: alpha(opacity = 30);
    }

    .sorting_desc:before {
        content: "\f0d8";
    }

    .sorting_asc:before {
        content: "\f0d7";
    }

.sorting_asc_disabled:before,
.sorting_desc_disabled:before {
    opacity: 0.1;
    filter: alpha(opacity = 10);
}
/* eof Datatables */
/* icons-list */
.icons-list {
    list-style: none;
    padding: 0px;
    margin: 0px 0px 20px;
    display: block;
    float: left;
    width: 100%;
}

    .icons-list li {
        float: left;
        display: block;
        width: 25%;
        height: 30px;
        padding: 5px;
        line-height: 20px;
        font-size: 11px;
        border: 1px solid #FFF;
    }

        .icons-list li:hover {
            color: #333;
            cursor: pointer;
            background: #F5F5F5;
            border: 1px solid #E5E5E5;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

        .icons-list li span:first-child,
        .icons-list li i {
            font-size: 18px;
            float: left;
            margin-right: 10px;
            color: #222;
            line-height: 20px;
        }

.icon-preview {
    font-size: 88px;
    color: #222;
    text-align: center;
}
/* eof icons-list */
/* WIDGETS */
.widget {
    width: 100%;
    float: left;
    margin: 0px;
    list-style: none;
    text-decoration: none;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 10px;
    margin-bottom: 20px;
    min-height: 120px;
    position: relative;
}

    .widget.widget-padding-sm,
    .widget.widget-item-icon {
        padding: 10px 0px 5px;
    }

    .widget.widget-np {
        padding: 0px;
    }

    .widget.widget-no-subtitle {
        padding-top: 25px;
    }

    .widget.widget-carousel {
        padding-bottom: 0px;
        padding-top: 10px;
    }

    .widget.widget-default {
        background: #ffffff;
        background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
        background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
        background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
        background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
        background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#f5f5f5, GradientType=0);
    }

    .widget.widget-primary {
        background: #33414e;
        background: -moz-linear-gradient(top, #33414e 0%, #29343f 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33414e), color-stop(100%, #29343f));
        background: -webkit-linear-gradient(top, #33414e 0%, #29343f 100%);
        background: -o-linear-gradient(top, #33414e 0%, #29343f 100%);
        background: -ms-linear-gradient(top, #33414e 0%, #29343f 100%);
        background: linear-gradient(to bottom, #33414e 0%, #29343f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33414e, endColorstr=#29343f, GradientType=0);
    }

    .widget.widget-success {
        background: #14a38b;
        background: -moz-linear-gradient(top, #14a38b 0%, #89ad4d 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #14a38b), color-stop(100%, #89ad4d));
        background: -webkit-linear-gradient(top, #14a38b 0%, #89ad4d 100%);
        background: -o-linear-gradient(top, #14a38b 0%, #89ad4d 100%);
        background: -ms-linear-gradient(top, #14a38b 0%, #89ad4d 100%);
        background: linear-gradient(to bottom, #14a38b 0%, #89ad4d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#14a38b, endColorstr=#89ad4d, GradientType=0);
    }

    .widget.widget-info {
        background: #3fbae4;
        background: -moz-linear-gradient(top, #3fbae4 0%, #29b2e1 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fbae4), color-stop(100%, #29b2e1));
        background: -webkit-linear-gradient(top, #3fbae4 0%, #29b2e1 100%);
        background: -o-linear-gradient(top, #3fbae4 0%, #29b2e1 100%);
        background: -ms-linear-gradient(top, #3fbae4 0%, #29b2e1 100%);
        background: linear-gradient(to bottom, #3fbae4 0%, #29b2e1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3fbae4, endColorstr=#29b2e1, GradientType=0);
    }

    .widget.widget-warning {
        background: #f2ac57;
        background: -moz-linear-gradient(top, #f2ac57 0%, #fe970a 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2ac57), color-stop(100%, #fe970a));
        background: -webkit-linear-gradient(top, #f2ac57 0%, #fe970a 100%);
        background: -o-linear-gradient(top, #f2ac57 0%, #fe970a 100%);
        background: -ms-linear-gradient(top, #f2ac57 0%, #fe970a 100%);
        background: linear-gradient(to bottom, #f2ac57 0%, #fe970a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2ac57, endColorstr=#fe970a, GradientType=0);
    }

    .widget.widget-danger {
        background: #ff7171;
        background: -moz-linear-gradient(top, #ff7171 0%, #a43f3e 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7171), color-stop(100%, #a43f3e));
        background: -webkit-linear-gradient(top, #ff7171 0%, #a43f3e 100%);
        background: -o-linear-gradient(top, #ff7171 0%, #a43f3e 100%);
        background: -ms-linear-gradient(top, #ff7171 0%, #a43f3e 100%);
        background: linear-gradient(to bottom, #ff7171 0%, #a43f3e 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff7171, endColorstr=#a43f3e, GradientType=0);
    }

    .widget .widget-title,
    .widget .widget-subtitle,
    .widget .widget-int,
    .widget .widget-big-int {
        width: 100%;
        float: left;
        text-align: center;
    }

    .widget .widget-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
        line-height: 20px;
        text-transform: uppercase;
    }

    .widget .widget-subtitle {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 5px;
        line-height: 15px;
        color: #EEE;
    }

    .widget .widget-int {
        font-size: 32px;
        line-height: 40px;
        font-weight: bold;
        font-family: arial;
    }

    .widget .widget-big-int {
        font-size: 42px;
        line-height: 45px;
        font-weight: 300;
    }

    .widget .widget-item-left {
        margin-left: 10px;
        float: left;
        width: 100px;
    }

    .widget .widget-item-right {
        margin-right: 10px;
        float: right;
        width: 100px;
    }

    .widget.widget-item-icon .widget-item-left,
    .widget.widget-item-icon .widget-item-right {
        width: 70px;
        padding: 20px 0px;
        text-align: center;
    }

    .widget.widget-item-icon .widget-item-left {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        margin-right: 10px;
        padding-right: 10px;
    }

    .widget.widget-item-icon .widget-item-right {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        margin-left: 10px;
        padding-left: 10px;
    }

    .widget .widget-item-left .fa,
    .widget .widget-item-right .fa,
    .widget .widget-item-left .glyphicon,
    .widget .widget-item-right .glyphicon {
        font-size: 60px;
    }

    .widget .widget-data {
        padding-left: 120px;
    }

    .widget .widget-data-left {
        padding-right: 120px;
    }

    .widget.widget-item-icon .widget-data {
        padding-left: 90px;
    }

    .widget.widget-item-icon .widget-data-left {
        padding-right: 90px;
        padding-left: 10px;
    }

    .widget .widget-data .widget-title,
    .widget .widget-data-left .widget-title,
    .widget .widget-data .widget-subtitle,
    .widget .widget-data-left .widget-subtitle,
    .widget .widget-data .widget-int,
    .widget .widget-data-left .widget-int,
    .widget .widget-data .widget-big-int,
    .widget .widget-data-left .widget-big-int {
        text-align: left;
    }

    .widget .widget-controls a {
        position: absolute;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 27px;
        color: #FFF;
        border: 1px solid #FFF;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        opacity: 0.4;
        filter: alpha(opacity = 40);
    }

        .widget .widget-controls a.widget-control-left {
            left: 10px;
            top: 10px;
        }

        .widget .widget-controls a.widget-control-right {
            right: 10px;
            top: 10px;
        }

        .widget .widget-controls a:hover {
            opacity: 1;
            filter: alpha(opacity = 100);
        }

    .widget .widget-buttons {
        float: left;
        width: 100%;
        text-align: center;
        padding-top: 3px;
        margin-top: 5px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }

        .widget .widget-buttons a {
            position: relative;
            display: inline-block;
            line-height: 30px;
            font-size: 21px;
        }

        .widget .widget-buttons .col {
            width: 100%;
            float: left;
        }

        .widget .widget-buttons.widget-c2 .col {
            width: 50%;
        }

        .widget .widget-buttons.widget-c3 .col {
            width: 33.333333%;
        }

        .widget .widget-buttons.widget-c4 .col {
            width: 25%;
        }

        .widget .widget-buttons.widget-c5 .col {
            width: 20%;
        }

    .widget.widget-primary .widget-buttons a {
        color: #010101;
        border-color: #010101;
    }

        .widget.widget-primary .widget-buttons a:hover {
            color: #000000;
        }

    .widget.widget-success .widget-buttons a {
        color: #51672e;
        border-color: #51672e;
    }

.widge.widget-success .widget-buttons a:hover {
    color: #435526;
}

.widget.widget-info .widget-buttons a {
    color: #14708f;
    border-color: #14708f;
}

    .widget.widget-info .widget-buttons a:hover {
        color: #115f79;
    }

.widget.widget-warning .widget-buttons a {
    color: #a15e01;
    border-color: #a15e01;
}

    .widget.widget-warning .widget-buttons a:hover {
        color: #874f01;
    }

.widget.widget-danger .widget-buttons a {
    color: #5a2222;
    border-color: #5a2222;
}

    .widget.widget-danger .widget-buttons a:hover {
        color: #471b1b;
    }

.plugin-clock span {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: pulsate 1s ease-out;
    -moz-animation-iteration-count: infinite;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.0;
    margin-right: 2px;
}

.widget.widget-default {
    color: #fff;
    background: #546d81;
}

    .widget.widget-default .widget-subtitle {
        color: #efefef;
    }

    .widget.widget-default .widget-controls a {
        color: #434a54;
        border-color: #434a54;
    }
/* END WIDGETS */
/* TILES */
.tile {
    width: 100%;
    float: left;
    margin: 0px;
    list-style: none;
    text-decoration: none;
    font-size: 38px;
    font-weight: 300;
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
    min-height: 100px;
    position: relative;
    border: 1px solid #D5D5D5;
    text-align: center;
}

    .tile.tile-valign {
        line-height: 75px;
    }

    .tile.tile-default {
        background: #FFF;
        color: #656d78;
    }

        .tile.tile-default:hover {
            background: #FAFAFA;
        }

    .tile.tile-primary {
        background: #33414e;
        border-color: #33414e;
    }

        .tile.tile-primary:hover {
            background: #2f3c48;
        }

    .tile.tile-success {
        background: #14a38b;
        border-color: #14a38b;
    }

        .tile.tile-success:hover {
            background: #90b456;
        }

    .tile.tile-warning {
        background: #f2ac57;
        border-color: #f2ac57;
    }

        .tile.tile-warning:hover {
            background: #fe9e19;
        }

    .tile.tile-danger {
        background: #ff7171;
        border-color: #ff7171;
    }

        .tile.tile-danger:hover {
            background: #af4342;
        }

    .tile.tile-info {
        background: #3fbae4;
        border-color: #3fbae4;
    }

        .tile.tile-info:hover {
            background: #36b7e3;
        }

    .tile:hover {
        text-decoration: none;
        color: #FFF;
    }

    .tile.tile-default:hover {
        color: #656d78;
    }

    .tile .fa {
        font-size: 52px;
        line-height: 74px;
    }

    .tile p {
        font-size: 14px;
        margin: 0px;
    }

    .tile .informer {
        position: absolute;
        left: 5px;
        top: 5px;
        font-size: 12px;
        color: #FFF;
        line-height: 14px;
    }

        .tile .informer.informer-default {
            color: #FFF;
        }

        .tile .informer.informer-primary {
            color: #33414e;
        }

        .tile .informer.informer-success {
            color: #14a38b;
        }

        .tile .informer.informer-info {
            color: #3fbae4;
        }

        .tile .informer.informer-warning {
            color: #f2ac57;
        }

        .tile .informer.informer-danger {
            color: #ff7171;
        }

        .tile .informer .fa {
            font-size: 14px;
            line-height: 16px;
        }

        .tile .informer.dir-tr {
            left: auto;
            right: 5px;
        }

        .tile .informer.dir-bl {
            top: auto;
            bottom: 5px;
        }

        .tile .informer.dir-br {
            left: auto;
            top: auto;
            right: 5px;
            bottom: 5px;
        }
/* EOF TILES */
.blocks {
    width: 100%;
}

    .blocks .item {
        background: #dbe2ea;
        padding: 4px;
        font-size: 12px;
        border-radius: 6px;
        margin-bottom: 7px;
        overflow-wrap: break-word;
    }

        .blocks .item.item-hover {
            cursor: pointer;
        }

            .blocks .item.item-hover:hover {
                background: #efefef;
            }
/* MESSAGES */
.messages {
    width: 100%;
    float: left;
}

    .messages .item {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        filter: alpha(opacity = 0);
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .messages .item .heading {
            width: 100%;
            margin-bottom: 5px;
        }

            .messages .item .heading a {
                text-decoration: none;
                font-size: 14px;
                color: #333333;
                font-weight: 600;
                line-height: 30px;
            }

            .messages .item .heading .date {
                line-height: 12px;
                font-size: 10px;
                font-weight: normal;
                margin-bottom: 10px;
                letter-spacing: 1.5px;
            }

        .messages .item .text {
            font-size: 12px;
        }

    .messages.messages-img .item .image {
        float: left;
        width: 40px;
    }

        .messages.messages-img .item .image img {
            border: 2px solid #F5F5F5;
            border-radius: 50%;
            width: 40px;
        }

    .messages.messages-img .item .text {
        margin-left: 50px;
        position: relative;
    }

        .messages.messages-img .item .text:after,
        .messages.messages-img .item .text:before {
            right: 100%;
            top: 20px;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        .messages.messages-img .item .text:after {
            border-color: rgba(255, 255, 255, 0);
            border-right-color: #FFF;
            border-width: 5px;
            margin-top: -5px;
        }

        .messages.messages-img .item .text:before {
            border-color: rgba(213, 213, 213, 0);
            border-right-color: #D5D5D5;
            border-width: 6px;
            margin-top: -6px;
        }

        .messages.messages-img .item .text:hover:before {
            border-right-color: #BBB;
        }

    .messages.messages-img .item.in .image {
        float: right;
    }

    .messages.messages-img .item.in .text {
        margin-left: 0px;
        margin-right: 50px;
    }

        .messages.messages-img .item.in .text:after,
        .messages.messages-img .item.in .text:before {
            right: auto;
            left: 100%;
        }

        .messages.messages-img .item.in .text:after {
            border-right-color: transparent;
            border-left-color: #FFF;
        }

        .messages.messages-img .item.in .text:before {
            border-right-color: transparent;
            border-left-color: #D5D5D5;
        }

        .messages.messages-img .item.in .text:hover:before {
            border-left-color: #BBB;
        }
/* END MESSAGES */
/* CONTACTS */
.contact-info {
    float: left;
    width: 100%;
}

    .contact-info p {
        margin-bottom: 5px;
    }

    .contact-info strong {
        font-size: 13px;
    }

    .contact-info small {
        font-weight: 700;
    }
/* END CONTACTS */
/* LOCK SCREEN */
.lockscreen-container {
    float: left;
    width: 100%;
    min-height: 100%;
    background: url("/Content/Assets/img/bg.png") left top repeat #33414e;
}

    .lockscreen-container .lockscreen-box {
        width: 200px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -100px;
        margin-top: -120px;
    }

        .lockscreen-container .lockscreen-box .lsb-access {
            border: 5px solid #29343f;
            background: #1f272f;
            width: 140px;
            height: 140px;
            float: left;
            margin-left: 30px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

            .lockscreen-container .lockscreen-box .lsb-access .lsb-box {
                background: #33414e;
                border: 5px solid #1b2229;
                width: 120px;
                height: 120px;
                margin: 5px;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                line-height: 110px;
                text-align: center;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -ms-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

                .lockscreen-container .lockscreen-box .lsb-access .lsb-box .fa {
                    font-size: 64px;
                    line-height: 110px;
                    color: #1f272f;
                    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
                    -webkit-transition: all 200ms ease;
                    -moz-transition: all 200ms ease;
                    -ms-transition: all 200ms ease;
                    -o-transition: all 200ms ease;
                    transition: all 200ms ease;
                }

                .lockscreen-container .lockscreen-box .lsb-access .lsb-box .user {
                    display: none;
                    position: relative;
                }

                    .lockscreen-container .lockscreen-box .lsb-access .lsb-box .user img {
                        border: 0px;
                        width: 110px;
                        height: 110px;
                    }

                    .lockscreen-container .lockscreen-box .lsb-access .lsb-box .user .user_signin {
                        position: absolute;
                        width: 110px;
                        height: 110px;
                        left: 0px;
                        top: 0px;
                        -moz-border-radius: 50%;
                        -webkit-border-radius: 50%;
                        border-radius: 50%;
                        background: rgba(0, 0, 0, 0.2);
                        display: none;
                        z-index: 5;
                    }

                        .lockscreen-container .lockscreen-box .lsb-access .lsb-box .user .user_signin .fa {
                            font-size: 64px;
                            color: rgba(0, 0, 0, 0.3);
                            line-height: 110px;
                            text-align: center;
                            text-shadow: none;
                        }

                    .lockscreen-container .lockscreen-box .lsb-access .lsb-box .user:hover .user_signin {
                        display: block;
                    }

                        .lockscreen-container .lockscreen-box .lsb-access .lsb-box .user:hover .user_signin .fa {
                            display: block;
                        }

            .lockscreen-container .lockscreen-box .lsb-access:hover {
                border-color: #2f3c48;
                background-color: #252f38;
                cursor: pointer;
            }

                .lockscreen-container .lockscreen-box .lsb-access:hover .lsb-box {
                    border-color: #212a32;
                    background: #374654;
                }

                    .lockscreen-container .lockscreen-box .lsb-access:hover .lsb-box .fa {
                        color: #232c35;
                        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
                    }

        .lockscreen-container .lockscreen-box .lsb-form {
            display: none;
            float: left;
            width: 200px;
            margin-top: 20px;
            position: relative;
        }

            .lockscreen-container .lockscreen-box .lsb-form .sign-in {
                display: none;
            }

            .lockscreen-container .lockscreen-box .lsb-form .input-group-addon {
                background: #2f3c48;
                border: 1px solid #2d3945;
                border-right: 0px;
                color: #D5D5D5;
                font-size: 23px;
                line-height: 32px;
            }

                .lockscreen-container .lockscreen-box .lsb-form .input-group-addon .fa {
                    line-height: 32px;
                }

            .lockscreen-container .lockscreen-box .lsb-form input {
                background: #2f3c48;
                color: #D5D5D5;
                border: 1px solid #2d3945;
                height: 36px;
            }

            .lockscreen-container .lockscreen-box .lsb-form ::-webkit-input-placeholder {
                color: #AAA;
            }

            .lockscreen-container .lockscreen-box .lsb-form :-moz-placeholder {
                color: #AAA;
                opacity: 1;
            }

            .lockscreen-container .lockscreen-box .lsb-form ::-moz-placeholder {
                color: #AAA;
                opacity: 1;
            }

            .lockscreen-container .lockscreen-box .lsb-form :-ms-input-placeholder {
                color: #AAA;
            }

        .lockscreen-container .lockscreen-box.active .lsb-access {
            position: relative;
        }

            .lockscreen-container .lockscreen-box.active .lsb-access:after {
                top: 135px;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(136, 183, 213, 0);
                border-top-color: #29343f;
                border-width: 5px;
                margin-left: -5px;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -ms-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

            .lockscreen-container .lockscreen-box.active .lsb-access .lsb-box .fa {
                display: none;
            }

            .lockscreen-container .lockscreen-box.active .lsb-access .lsb-box .user {
                display: block;
            }

            .lockscreen-container .lockscreen-box.active .lsb-access:hover:after {
                border-top-color: #2f3c48;
            }

        .lockscreen-container .lockscreen-box.active .lsb-form {
            display: block;
        }
/* END LOCK SCREEN */
/* REGISTRATION */
.registration-container {
    float: left;
    width: 100%;
    min-height: 100%;
    background: url("/Content/Assets/img/bg.png") left top repeat #33414e;
}

    .registration-container .registration-box {
        width: 400px;
        margin: 0px auto;
        padding-top: 100px;
    }

        .registration-container .registration-box .registration-logo {
            background: url("/Content/Assets/img/logo-lr.png") top center no-repeat;
            width: 100%;
            height: 100px;
            float: left;
        }

        .registration-container .registration-box .registration-body {
            width: 100%;
            float: left;
            background: rgba(255, 255, 255, 0.1);
            padding: 20px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .registration-container .registration-box .registration-body .registration-title {
                color: #FFF;
                font-size: 19px;
                font-weight: 300;
                margin-bottom: 20px;
            }

            .registration-container .registration-box .registration-body .form-control {
                border: 0px;
                background: rgba(0, 0, 0, 0.2);
                padding: 10px 15px;
                color: #CCC;
                line-height: 20px;
                height: auto;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -ms-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

                .registration-container .registration-box .registration-body .form-control:focus {
                    background: rgba(0, 0, 0, 0.3);
                }

            .registration-container .registration-box .registration-body .btn-link {
                color: #FFF;
                border: 0px;
            }

            .registration-container .registration-box .registration-body .registration-subtitle {
                line-height: 20px;
                padding: 5px;
                font-size: 12px;
                color: #DDD;
                margin-top: -10px;
            }

                .registration-container .registration-box .registration-body .registration-subtitle a {
                    color: #3fbae4;
                }

            .registration-container .registration-box .registration-body h4 {
                font-size: 12px;
                color: #F5F5F5;
                line-height: 20px;
                margin-top: 10px;
            }

        .registration-container .registration-box .registration-footer {
            width: 100%;
            float: left;
            padding: 10px;
            color: #FFF;
        }

            .registration-container .registration-box .registration-footer a {
                color: #FFF;
            }

    .registration-container.registration-extended .registration-box {
        width: 767px;
    }


/* END REGISTRATION */
/* LOGIN */
.login-container {
    float: left;
    width: 100%;
    min-height: calc(100vh - 140px);
    background: url("/Content/Assets/img/bg.png") left top repeat #33414e;
}

    .login-container .login-box {
        width: 400px;
        margin: 0px auto;
        padding-top: 100px;
    }

        .login-container .login-box .login-logo {
            background: url("/Content/Assets/img/logo-lr.png") top center no-repeat;
            width: 100%;
            height: 100px;
            float: left;
        }

        .login-container .login-box .login-body {
            width: 100%;
            float: left;
            background: rgba(255, 255, 255, 0.1);
            padding: 20px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .login-container .login-box .login-body .login-title {
                color: #FFF;
                font-size: 17px;
                font-weight: 300;
                margin-bottom: 20px;
            }

            .login-container .login-box .login-body .form-control {
                border: 0px;
                background: rgba(0, 0, 0, 0.2);
                padding: 10px 15px;
                color: #CCC;
                line-height: 20px;
                height: auto;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -ms-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

                .login-container .login-box .login-body .form-control:focus {
                    background: rgba(0, 0, 0, 0.3);
                }

            .login-container .login-box .login-body .btn-link {
                color: #FFF;
                border: 0px;
            }

            .login-container .login-box .login-body .login-or {
                width: 40px;
                height: 25px;
                background: rgba(0, 0, 0, 0.2);
                position: relative;
                margin: 25px auto;
                text-align: center;
                line-height: 25px;
                color: #FFF;
            }

                .login-container .login-box .login-body .login-or:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    width: 0;
                    height: 0;
                    top: -10px;
                    border-left: 20px solid transparent;
                    border-right: 20px solid transparent;
                    border-bottom: 10px solid rgba(0, 0, 0, 0.2);
                }

                .login-container .login-box .login-body .login-or:after {
                    content: "";
                    position: absolute;
                    left: 0;
                    width: 0;
                    height: 0;
                    bottom: -10px;
                    border-left: 20px solid transparent;
                    border-right: 20px solid transparent;
                    border-top: 10px solid rgba(0, 0, 0, 0.2);
                }

            .login-container .login-box .login-body .login-subtitle {
                line-height: 20px;
                padding: 5px 0px;
                font-size: 12px;
                color: #FFF;
            }

                .login-container .login-box .login-body .login-subtitle a {
                    color: #3fbae4;
                }

        .login-container .login-box .login-footer {
            width: 100%;
            float: left;
            padding: 10px;
            color: #FFF;
        }

            .login-container .login-box .login-footer a {
                color: #FFF;
            }

    .login-container.lightmode {
        background: url("/Content/Assets/img/backgrounds/wall_1.jpg") left top no-repeat;
    }

        .login-container.lightmode .login-box .login-body {
            background: rgba(255, 255, 255, 0.2);
        }

            .login-container.lightmode .login-box .login-body .form-control {
                background: rgba(255, 255, 255, 0.4);
                color: #333;
            }

        .login-container.lightmode .login-box .login-subtitle a {
            color: #33414e;
        }

    .login-container.login-v2 {
        background: url("/Content/Assets/img/bg.png") left top repeat #f5f5f5;
    }

        .login-container.login-v2 .login-box .login-logo {
            background: url("/Content/Assets/img/logo-grey.png") top center no-repeat;
        }

        .login-container.login-v2 .login-box .login-body .login-title {
            color: #33414e;
        }

        .login-container.login-v2 .login-box .login-body .form-control {
            background: #FFF;
            color: #33414e;
            border: 1px solid #D5D5D5;
            border-left: 0px;
        }

        .login-container.login-v2 .login-box .login-body .input-group-addon {
            background: #FFF;
            color: #33414e;
            line-height: 40px;
            font-size: 21px;
            border-color: #D5D5D5;
        }

        .login-container.login-v2 .login-box .login-body a {
            color: #33414e;
        }


        .login-container.login-v2 .login-box .login-footer {
            color: #656d78;
        }

            .login-container.login-v2 .login-box .login-footer a {
                color: #434a54;
            }

    .login-container.login-inside {
        background: transparent;
    }

        .login-container.login-inside .login-box {
            width: 100%;
            padding-top: 0px;
        }

            .login-container.login-inside .login-box .login-body {
                padding: 0px;
            }
/* END LOGIN */
/* TIMELINE */
.img-text {
    border: 3px solid #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 10px 5px 0px;
    -moz-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.1);
}

.timeline {
    float: left;
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px 0px 20px;
}

    .timeline:before {
        content: " ";
        position: absolute;
        width: 6px;
        background: #FFF;
        height: 100%;
        left: 50%;
        margin-left: -3px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .timeline .timeline-item {
        width: 50%;
        float: left;
        position: relative;
        clear: both;
        margin-bottom: 20px;
        z-index: 2;
    }

        .timeline .timeline-item.timeline-main {
            height: 40px;
            width: 50%;
        }

        .timeline .timeline-item .timeline-date {
            padding: 7px 10px;
            line-height: 20px;
            font-size: 14px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            position: absolute;
            right: -50px;
            top: 0px;
            font-weight: 600;
            color: #33414e;
            background: #F5F5F5;
            text-align: center;
            border: 3px solid #FFF;
            width: 100px;
            box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
        }

            .timeline .timeline-item .timeline-date a {
                color: #33414e;
            }

        .timeline .timeline-item .timeline-item-content {
            float: left;
            background: #F5F5F5;
            border: 3px solid #FFF;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            width: 95%;
            box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
        }

            .timeline .timeline-item .timeline-item-content:before,
            .timeline .timeline-item .timeline-item-content:after {
                left: 95%;
                top: 20px;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
            }

            .timeline .timeline-item .timeline-item-content:before {
                border-color: rgba(255, 255, 255, 0);
                border-left-color: #FFF;
                border-width: 3px;
                margin-top: -3px;
            }

            .timeline .timeline-item .timeline-item-content:after {
                border-color: rgba(255, 255, 255, 0);
                border-left-color: #FFF;
                border-width: 7px;
                margin-top: -7px;
            }

            .timeline .timeline-item .timeline-item-content .timeline-heading {
                width: 100%;
                float: left;
                padding: 10px 10px 5px;
                line-height: 30px;
            }

                .timeline .timeline-item .timeline-item-content .timeline-heading img {
                    width: 30px;
                    height: 30px;
                    margin-right: 5px;
                    border: 2px solid #FFF;
                    -moz-border-radius: 50%;
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                }

                .timeline .timeline-item .timeline-item-content .timeline-heading a {
                    color: #33414e;
                    font-weight: 600;
                }

            .timeline .timeline-item .timeline-item-content .timeline-body {
                width: 100%;
                float: left;
                padding: 10px;
            }

                .timeline .timeline-item .timeline-item-content .timeline-body.comments {
                    padding: 0px;
                }

            .timeline .timeline-item .timeline-item-content .timeline-footer {
                width: 100%;
                float: left;
                padding: 5px 10px;
                line-height: 20px;
                background: #FFF;
            }

                .timeline .timeline-item .timeline-item-content .timeline-footer a {
                    color: #33414e;
                    font-size: 12px;
                    margin-right: 10px;
                    text-decoration: none;
                }

                    .timeline .timeline-item .timeline-item-content .timeline-footer a:hover {
                        color: #29343f;
                    }

                .timeline .timeline-item .timeline-item-content .timeline-footer .pull-right > a:last-child {
                    margin-right: 0px;
                }

        .timeline .timeline-item .timeline-item-info {
            position: absolute;
            left: 105%;
            font-size: 12px;
            padding: 7px 15px;
            line-height: 20px;
            width: 110px;
            text-align: center;
            background: #F5F5F5;
            border: 3px solid #FFF;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
            font-weight: 600;
        }

        .timeline .timeline-item .timeline-item-icon {
            position: absolute;
            right: -20px;
            width: 40px;
            height: 40px;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            font-size: 20px;
            box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
            line-height: 34px;
            text-align: center;
            border: 3px solid #FFF;
            background: #F5F5F5;
            color: #BBB;
        }

        .timeline .timeline-item:last-child {
            margin-bottom: 0px;
        }

        .timeline .timeline-item.timeline-item-right {
            float: right;
        }

            .timeline .timeline-item.timeline-item-right .timeline-item-info {
                left: auto;
                right: 105%;
            }

                .timeline .timeline-item.timeline-item-right .timeline-item-info:before {
                    right: auto;
                    left: 100%;
                }

            .timeline .timeline-item.timeline-item-right .timeline-item-content {
                float: right;
            }

                .timeline .timeline-item.timeline-item-right .timeline-item-content:before,
                .timeline .timeline-item.timeline-item-right .timeline-item-content:after {
                    left: auto;
                    right: 95%;
                    border-right-color: #FFF;
                    border-left-color: transparent;
                }

            .timeline .timeline-item.timeline-item-right .timeline-item-icon {
                right: auto;
                left: -20px;
            }

    .timeline.timeline-right:before {
        left: 160px;
    }

    .timeline.timeline-right .timeline-item {
        width: 100%;
        padding-left: 210px;
    }

        .timeline.timeline-right .timeline-item.timeline-main {
            width: 160px;
            padding-left: 0px;
        }

        .timeline.timeline-right .timeline-item .timeline-item-content {
            width: 100%;
        }

            .timeline.timeline-right .timeline-item .timeline-item-content:before,
            .timeline.timeline-right .timeline-item .timeline-item-content:after {
                right: auto;
                left: 196px;
            }

            .timeline.timeline-right .timeline-item .timeline-item-content:before {
                border-width: 0px;
            }

        .timeline.timeline-right .timeline-item .timeline-item-info {
            left: 0px;
            right: auto;
        }

        .timeline.timeline-right .timeline-item .timeline-item-icon {
            left: 140px;
        }
/* END TIMELINE */
/* COMMENTS */
.comments {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    background: #eff7ff;
}

    .comments .comment-item {
        float: left;
        width: 100%;
        padding: 10px 10px 8px;
        line-height: 15px;
        border-bottom: 1px solid #dbedff;
    }

        .comments .comment-item img {
            width: 30px;
            height: 30px;
            margin: 0px 10px 20px 0px;
            border: 3px solid #FFF;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            float: left;
        }

        .comments .comment-item p {
            margin-bottom: 0px;
            line-height: 13px;
            margin-bottom: 5px;
            font-size: 11px;
        }

            .comments .comment-item p.comment-head {
                font-size: 12px;
            }

                .comments .comment-item p.comment-head a {
                    font-size: 12px;
                    font-weight: 600;
                    color: #333;
                }

        .comments .comment-item small {
            line-height: 10px;
        }

        .comments .comment-item:first-child {
            border-top: 1px solid #dbedff;
        }

    .comments .comment-write {
        float: left;
        width: 100%;
        padding: 5px;
    }

        .comments .comment-write .form-control {
            border-color: #d0e8ff;
        }
/* END COMMENTS */
/* TASKS */
.panel-body.tasks {
    padding: 10px;
}

.tasks {
    float: left;
    width: 100%;
}

    .tasks .task-item {
        width: 100%;
        float: left;
        padding: 0px;
        background: #FFF;
        margin-bottom: 1px;
    }

        .tasks .task-item .task-text .task-text-group {
            display: flow-root;
            border-bottom: 1px solid #DBE2EA;
            padding-bottom: 30px;
            width: 100%;
        }

        .tasks .task-item:last-child .task-text .task-text-group {
            border-bottom: none;
        }

        .tasks .task-item:hover {
            background: #F8F8F8;
            cursor: pointer;
        }

        .tasks .task-item.task-complete {
            background: #FFF2C5;
        }

        .tasks .task-item.task-primary {
            border-left-color: #33414e;
        }

        .tasks .task-item.task-success {
            border-left-color: #14a38b;
        }

        .tasks .task-item.task-info {
            border-left-color: #3fbae4;
        }

        .tasks .task-item.task-warning {
            border-left-color: #f2ac57;
        }

        .tasks .task-item.task-danger {
            border-left-color: #ff7171;
        }

        .tasks .task-item .task-text {
            float: left;
            width: 100%;
            font-size: 14px;
            font-weight: 400;
            padding: 15px;
        }

        .tasks .task-item .task-footer {
            float: left;
            width: 100%;
            font-size: 12px;
            color: #AAA;
            line-height: 20px;
            padding: 10px;
            background: #F5F5F5;
        }

            .tasks .task-item .task-footer a {
                color: #AAA;
                display: block;
                float: left;
                margin-left: 10px;
                font-size: 14px;
            }

                .tasks .task-item .task-footer a:hover {
                    color: #656d78;
                }

    .tasks .task-drop {
        float: left;
        width: 100%;
        padding: 30px 10px;
        border: 2px dashed #D5D5D5;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 16px;
        text-align: center;
        line-height: 20px;
    }

        .tasks .task-drop:hover {
            opacity: 0.5;
            filter: alpha(opacity = 50);
            cursor: pointer;
        }
/* END TASKS */
/* my progress bar */
.mpb {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1001;
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

    .mpb.bottom {
        top: auto;
        bottom: 0px;
    }

    .mpb .mpb-progress {
        background: #FFF;
        display: block;
        float: left;
        height: 5px;
    }

        .mpb .mpb-progress.mpb-primary {
            background: #33414e;
        }

        .mpb .mpb-progress.mpb-warning {
            background: #f2ac57;
        }

        .mpb .mpb-progress.mpb-success {
            background: #14a38b;
        }

        .mpb .mpb-progress.mpb-info {
            background: #3fbae4;
        }

        .mpb .mpb-progress.mpb-danger {
            background: #ff7171;
        }
/* eof my progress bar */
/* search result */
.search-results {
    float: left;
    width: 100%;
}

    .search-results .sr-item {
        float: left;
        width: 100%;
        margin-bottom: 5px;
        padding: 10px 15px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        background: #FFF;
        -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    }

        .search-results .sr-item .sr-item-title {
            font-size: 16px;
            font-weight: 600;
            color: #434a54;
            display: block;
        }

        .search-results .sr-item .sr-item-link {
            font-size: 12px;
            font-weight: 400;
            color: #14a38b;
            line-height: 20px;
        }

        .search-results .sr-item p {
            font-size: 13px;
            color: #656d78;
            margin: 5px 0px;
        }

            .search-results .sr-item p.sr-item-links {
                font-size: 11px;
            }

        .search-results .sr-item:last-child {
            margin-bottom: 20px;
        }
/* eof search restult */
/* Posts */
.posts {
    clear: both;
}

    .posts .post-item {
        background-color: #fff;
        box-shadow: var(--panel-box-shadow);
        -moz-box-shadow: var(--panel-box-shadow);
        -webkit-box-shadow: var(--panel-box-shadow);
        margin-bottom: 30px;
        cursor: pointer;
        border-radius: var(--box-border-radius);
    }

    .posts.posts-hover .post-item:hover {
        box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.24);
        -webkit-box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.24);
        border: 1px solid #f4f4f4;
    }

    .posts .post-item.post-item-detail {
        height: auto;
        cursor: default;
        padding-bottom: 15px;
        margin-bottom: 0px;
    }

        .posts .post-item.post-item-detail .post-image {
            height: auto;
            width: auto;
            max-width: 70%;
            padding: 15px 25px 15px 15px;
            float: left;
        }

    .posts .post-item .post-title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px;
        letter-spacing: .2px;
    }

    .posts .post-item .post-title-lg {
        font-size: 22px;
        font-weight: 600;
        font-style: normal;
        line-height: 27px;
        letter-spacing: .2px;
        margin-bottom: 10px;
    }

    .posts .post-item .post-title a {
        color: #4f4f4f;
    }

    .posts .post-item .post-text {
        font-size: 12px;
        width: 100%;
        margin: 10px 0px;
    }

        .posts .post-item .post-text.ar {
            direction: rtl;
        }

    .posts .post-item .post-date {
        font-size: 10px;
        color: #333;
        line-height: 20px;
        width: 100%;
        letter-spacing: 1.5px;
    }

        .posts .post-item .post-date a {
            color: #99a0aa;
        }

        .posts .post-item .post-date .fa {
            font-size: 12px;
            margin-right: 5px;
        }

.post-image {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: top;
}

.posts .post-item .post-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 6px;
}

    .posts .post-item .post-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.posts .post-item .post-footer {
    float: left;
    width: 100%;
    font-size: 11px;
    line-height: 20px;
    padding: 15px;
}

    .posts .post-item .post-footer .post-read-more {
        font-size: 30px;
        color: #4f5c77;
        padding-right: 10px;
    }

.posts .post-item .post-read-more a, .posts .post-item .post-read-more a:hover,
.posts .post-item .post-read-more a:active, .posts .post-item .post-read-more a:visited {
    text-decoration: none;
}

.links {
    float: left;
    width: 100%;
    padding: 5px 10px;
}

    .links a {
        font-size: 16px;
        font-weight: 400;
        color: #656d78;
        display: block;
        float: left;
        width: 100%;
        line-height: 30px;
    }

        .links a .label {
            float: right;
            padding: 5px 10px;
            margin-top: 3px;
        }

    .links.small a {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 10px;
    }
/* eof posts */
/* faq */
.faq {
    width: 100%;
    float: left;
}

    .faq .faq-item {
        width: 100%;
        float: left;
        margin-bottom: 23px;
        -moz-box-shadow: var(--panel-box-shadow);
        -webkit-box-shadow: var(--panel-box-shadow);
        box-shadow: var(--panel-box-shadow)
    }

        .faq .faq-item .faq-subtitle {
            color: #4F4F4F;
            font-size: 12px;
            font-weight: normal;
        }

        .faq .faq-item .faq-subtitle1 {
            font-size: 15px;
            font-weight: normal;
        }

        .faq .faq-item .faq-subtext {
            font-size: 14px;
            font-weight: normal;
        }

        .faq .faq-item.active .faq-subtext {
            display: none;
        }

        .faq .faq-item .faq-title {
            background-color: #ffffff;
            padding: 15px 25px;
            font-size: 14px;
            font-weight: 600;
            color: #434a54;
            line-height: 30px;
            float: left;
            width: 100%;
            cursor: pointer;
            position: relative;
        }

        .faq .faq-item.active .faq-title {
            background-color: #ffffff;
        }

        .faq .faq-item .faq-title i {
            font-weight: normal;
        }

            .faq .faq-item .faq-title i.btn-faq-collapsible, .btn-grid-collapsible {
                color: #7c9cbf;
                font-size: 22px;
                display: block;
                float: left;
            }

                .faq .faq-item .faq-title i.btn-faq-collapsible, .btn-grid-collapsible
                .faq.faq-left .faq-item .faq-title i.btn-faq-collapsible, .btn-grid-collapsible {
                    padding-right: 25px;
                }

        .faq .faq-item .faq-title.faq-title-multiline i.btn-faq-collapsible {
            padding-bottom: 10px;
        }

        .faq .faq-item .faq-text {
            font-size: 14px;
            color: #656d78;
            line-height: 20px;
            float: left;
            width: 100%;
            padding: 0px 20px;
            max-height: 0px;
            height: 0px;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            overflow: hidden;
        }

        .faq .faq-item.active .faq-text {
            max-height: 600px;
            height: auto;
            background: #ffffff;
            overflow-y: auto;
        }

        .faq .faq-item.active .faq-text {
            padding: 20px 25px;
        }

    .faq.faq-left .faq-item.active .faq-text {
        padding: 20px 25px 20px 73px;
    }

    .faq .faq-highlight {
        background: #f2ac57;
        color: #FFF;
        padding: 0px 5px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        text-decoration: underline;
    }

    .faq.faq-primary .faq-item {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .faq.faq-primary .faq-item.active .faq-title {
            font-weight: 700;
        }

        .faq.faq-primary .faq-item.active .faq-title, .faq.faq-primary .faq-item .faq-title {
            background-color: #EBF4F8;
            padding: 5px 25px;
        }
/* eof faq */
.btn-grid-collapsible {
    font-weight: normal;
    line-height: 20px;
}

a.btn-grid-collapsible:active,
a.btn-grid-collapsible:focus,
a.btn-grid-collapsible:visited,
a.btn-grid-collapsible:hover {
    text-decoration: none;
}
/* message box */
.message-box {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

    .message-box.open {
        display: block;
    }

    .message-box .mb-container {
        position: absolute;
        left: 0px;
        top: 35%;
        background: rgba(0, 0, 0, 0.9);
        padding: 20px;
        width: 100%;
    }

        .message-box .mb-container .mb-middle {
            width: 50%;
            margin: 0 auto;
            position: relative;
            color: #FFF;
        }

            .message-box .mb-container .mb-middle .mb-title {
                width: 100%;
                float: left;
                padding: 10px 0px 0px;
                font-size: 31px;
                font-weight: 400;
                line-height: 36px;
            }

                .message-box .mb-container .mb-middle .mb-title .fa,
                .message-box .mb-container .mb-middle .mb-title .glyphicon {
                    font-size: 38px;
                    float: left;
                    margin-right: 10px;
                }

            .message-box .mb-container .mb-middle .mb-content {
                width: 100%;
                float: left;
                padding: 10px 0px 0px;
            }

                .message-box .mb-container .mb-middle .mb-content p {
                    margin-bottom: 0px;
                }

            .message-box .mb-container .mb-middle .mb-footer {
                width: 100%;
                float: left;
                padding: 10px 0px;
            }

    .message-box.message-box-warning .mb-container {
        background: rgba(254, 162, 35, 0.9);
    }

    .message-box.message-box-danger .mb-container {
        background: rgba(182, 70, 69, 0.9);
    }

    .message-box.message-box-info .mb-container {
        background: rgba(63, 186, 228, 0.9);
    }

    .message-box.message-box-success .mb-container {
        background: rgba(149, 183, 93, 0.9);
    }

    .message-box.message-box-policy .mb-container .mb-middle {
        width: 85%;
    }
    .message-box.message-box-policy {
        z-index: 999999;
    }

    .message-box.message-box-policy .mb-container {
        background: #717eee;
    }

        .message-box.message-box-policy .mb-container a {
            text-decoration: underline;
            color:#fff;
        }

/* end message box */
/* Gallery */
.gallery {
    float: left;
    width: 100%;
}

    .gallery .gallery-item {
        float: left;
        width: 25%;
        padding: 10px 5px 10px 5px;
        text-decoration: none;
    }

        .gallery .gallery-item .image {
            width: 100%;
            -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            position: relative;
            overflow: hidden;
        }

            .gallery .gallery-item .image a {
                display: block;
            }

            .gallery .gallery-item .image:after,
            .gallery .gallery-item .image:before {
                position: absolute;
                content: '';
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                border: 3px solid #fff;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                z-index: 1;
            }

            .gallery .gallery-item .image:before {
                z-index: 2;
                background: rgba(0, 0, 0, 0);
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -ms-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

            .gallery .gallery-item .image:hover:before {
                background: rgba(0, 0, 0, 0.3);
            }

            .gallery .gallery-item .image img {
                width: 100%;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                border-radius: 5px;
            }

            .gallery .gallery-item .image .gallery-item-controls {
                position: absolute;
                right: -60px;
                top: 3px;
                display: block;
                list-style: none;
                padding: 0px;
                z-index: 2;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -ms-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

                .gallery .gallery-item .image .gallery-item-controls li {
                    float: left;
                    list-style: none;
                    background: #FFF;
                    width: 30px;
                    height: 30px;
                    text-align: center;
                    line-height: 26px;
                }

                    .gallery .gallery-item .image .gallery-item-controls li .check {
                        margin: 4px 0px;
                    }

                    .gallery .gallery-item .image .gallery-item-controls li .icheckbox_minimal-grey {
                        margin-right: 0px;
                    }

                    .gallery .gallery-item .image .gallery-item-controls li a,
                    .gallery .gallery-item .image .gallery-item-controls li span {
                        font-size: 17px;
                        color: #BBB;
                    }

                        .gallery .gallery-item .image .gallery-item-controls li a:hover,
                        .gallery .gallery-item .image .gallery-item-controls li span:hover {
                            color: #656d78;
                        }

                    .gallery .gallery-item .image .gallery-item-controls li:first-child {
                        -moz-border-radius: 0px 0px 0px 3px;
                        -webkit-border-radius: 0px 0px 0px 3px;
                        border-radius: 0px 0px 0px 3px;
                    }

                    .gallery .gallery-item .image .gallery-item-controls li:hover {
                        background: #F5F5F5;
                    }

        .gallery .gallery-item .meta {
            color: #656d78;
            margin-top: 5px;
            line-height: 16px;
            padding: 0px 5px;
        }

            .gallery .gallery-item .meta strong {
                display: block;
                font-weight: 600;
                font-size: 13px;
            }

            .gallery .gallery-item .meta span {
                display: block;
                color: #99a0aa;
            }

        .gallery .gallery-item:hover .image .gallery-item-controls {
            right: 3px;
        }

        .gallery .gallery-item.active .image {
            -moz-box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
            -webkit-box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
            box-shadow: 0px 0px 6px 0px rgba(51, 65, 78, 0.8);
        }

            .gallery .gallery-item.active .image .gallery-item-controls {
                right: 3px;
            }
/* end Gallery */
/* Dropzone */
.dropzone.dropzone-mini {
    min-height: 150px;
}

    .dropzone.dropzone-mini .dz-message {
        background: none;
        position: relative;
        margin: 0px;
        padding: 0px;
        left: auto;
        top: auto;
        width: 100%;
        float: left;
        height: 120px;
    }

        .dropzone.dropzone-mini .dz-message:after {
            content: "\f0ee";
            position: absolute;
            width: 80px;
            height: 80px;
            text-align: center;
            font-family: FontAwesome;
            font-size: 88px;
            top: 26px;
            left: 50%;
            margin: 0px 0px 0px -40px;
            line-height: 80px;
            opacity: 0.5;
            filter: alpha(opacity = 50);
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

        .dropzone.dropzone-mini .dz-message:hover:after {
            opacity: 1;
            filter: alpha(opacity = 100);
        }

.dropzone.dz-started .dz-message {
    opacity: 1;
    top: 0;
    font-size: 12px;
}

    .dropzone.dz-started .dz-message .dz-custom-message-button {
        display: none;
    }
/* end Dropzone */
/* errors */
.error-container {
    width: 90%;
    margin: 50px auto 0px;
}

    .error-container .error-code {
        float: left;
        width: 100%;
        font-size: 135px;
        line-height: 130px;
        text-align: center;
        color: #333;
        font-weight: 300;
    }

    .error-container .error-text {
        float: left;
        width: 100%;
        margin-top: 10px;
        font-size: 26px;
        line-height: 24px;
        text-transform: uppercase;
        color: #666;
        text-align: center;
        font-weight: 400;
    }

    .error-container .error-subtext {
        float: left;
        width: 100%;
        margin: 30px 0px 10px;
        font-size: 13px;
        line-height: 20px;
        color: #AAA;
        text-align: center;
        font-weight: 400;
    }

    .error-container .error-actions {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
/* end errors */
/* SETTINGS */
.theme-settings {
    position: fixed;
    right: -200px;
    top: 200px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    z-index: 3;
}

    .theme-settings .ts-button {
        position: absolute;
        left: -36px;
        height: 36px;
        width: 36px;
        top: 10px;
        background: rgba(0, 0, 0, 0.9);
        -moz-border-radius: 5px 0px 0px 5px;
        -webkit-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;
        font-size: 19px;
        color: #FFF;
        line-height: 34px;
        text-align: center;
        cursor: pointer;
    }

    .theme-settings .ts-body {
        width: 200px;
        background: rgba(0, 0, 0, 0.9);
        -moz-border-radius: 5px 0px 0px 5px;
        -webkit-border-radius: 5px 0px 0px 5px;
        border-radius: 5px 0px 0px 5px;
        padding: 10px 10px 10px;
        color: #FFF;
    }

        .theme-settings .ts-body .ts-title {
            font-size: 15px;
            font-weight: 600;
            line-height: 20px;
            margin-bottom: 5px;
            margin-top: 10px;
        }

            .theme-settings .ts-body .ts-title:first-child {
                margin-top: 0px;
            }

        .theme-settings .ts-body .ts-row {
            margin-bottom: 5px;
        }

    .theme-settings.active {
        right: 0px;
    }

    .theme-settings .ts-themes {
        width: 100%;
        margin-top: 10px;
    }

        .theme-settings .ts-themes a {
            width: 30px;
            height: 30px;
            margin-right: 6px;
            margin-bottom: 5px;
            display: inline-block;
        }

            .theme-settings .ts-themes a img {
                width: 30px;
                height: 30px;
            }

            .theme-settings .ts-themes a.active img {
                border: 2px solid #FFF;
            }

    .theme-settings #ts-wallpapers {
        display: none;
    }
/* END SETTIGS */
/* FLAGS */
.xn-icon-button > a > .flag {
    display: block;
    margin: 0px auto;
}

.flag {
    display: inline-block;
    width: 27px;
    height: 22px;
    vertical-align: inherit;
    margin-right: 2px;
    background-size: 100% 97%;
    margin-top: -5px;
}

    .flag.flag-ae {
        background-image: url(/Content/Assets/img/flags/ae.png);
    }

    .flag.flag-us {
        background-image: url(/Content/Assets/img/flags/us.png);
    }
/* END FLAGS */
/* PAGE LOADING FRAME */
.page-loading-frame {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: url(/Content/Assets/img/bg.png) left top repeat #33414e;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

    .page-loading-frame .page-loading-loader {
        width: 64px;
        height: 64px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -32px;
        margin-top: -32px;
        -webkit-transition: all 100ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 100ms ease;
        -o-transition: all 100ms ease;
        transition: all 100ms ease;
    }

    .page-loading-frame.v2 {
        background: #111;
        background: url(/Content/Assets/img/bg.png) left top repeat rgba(0, 0, 0, 0.8);
    }

        .page-loading-frame.v2 .page-loading-loader {
            width: 64px;
            height: 64px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -32px;
            margin-top: -32px;
            -webkit-animation: rotate 2.0s infinite linear;
            animation: rotate 2.0s infinite linear;
        }

            .page-loading-frame.v2 .page-loading-loader .dot1,
            .page-loading-frame.v2 .page-loading-loader .dot2 {
                width: 60%;
                height: 60%;
                display: inline-block;
                position: absolute;
                top: 0;
                background-color: #F5F5F5;
                border-radius: 100%;
                -webkit-animation: bounce 2s infinite ease-in-out;
                animation: bounce 2s infinite ease-in-out;
            }

            .page-loading-frame.v2 .page-loading-loader .dot2 {
                top: auto;
                bottom: 0px;
                -webkit-animation-delay: -1s;
                animation-delay: -1s;
            }

    .page-loading-frame.removed {
        opacity: 0;
        filter: alpha(opacity = 0);
    }

        .page-loading-frame.removed .page-loading-loader {
            opacity: 0;
            filter: alpha(opacity = 0);
        }
/* PAGE LOADING FRAME */
/* INVOICE */
.invoice {
    float: left;
    width: 100%;
}

    .invoice h4 {
        font-weight: 700;
        font-size: 14px;
    }

    .invoice .invoice-address {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

        .invoice .invoice-address h5 {
            font-weight: 700;
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 20px;
        }

        .invoice .invoice-address h6 {
            font-weight: 700;
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 5px;
            padding-left: 10px;
        }

        .invoice .invoice-address p {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 0px;
            padding-left: 10px;
        }

    .invoice .table td {
        border: 0px;
    }

    .invoice .table tr.total td {
        background: #33414e;
        color: #FFF;
        font-size: 13px;
        font-weight: 600;
    }

    .invoice .table-invoice {
        margin: 0px -15px 50px;
    }

        .invoice .table-invoice .table {
            border: 0px;
        }

            .invoice .table-invoice .table th {
                color: #434a54;
                padding: 15px 25px;
                font-size: 14px;
                font-weight: 700;
                border: 0px;
            }

            .invoice .table-invoice .table td {
                border: 0px;
                padding: 15px 30px;
                background: #F8FAFC;
            }

                .invoice .table-invoice .table td strong {
                    color: #434a54;
                }

            .invoice .table-invoice .table tr:nth-child(2n+1) td {
                background: #FFF;
            }

    .invoice .paymant-table {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

        .invoice .paymant-table a {
            display: block;
            float: left;
            width: 100%;
            padding: 8px 10px;
            font-size: 14px;
            font-weight: 700;
            line-height: 23px;
            color: #434a54;
        }

            .invoice .paymant-table a img {
                margin-right: 5px;
                margin-top: -3px;
            }

            .invoice .paymant-table a p {
                line-height: 20px;
                font-size: 11px;
                color: #7e8692;
                font-weight: 500;
                margin-bottom: 0px;
            }

            .invoice .paymant-table a:hover {
                text-decoration: none;
                background: #F9FAFC;
            }

            .invoice .paymant-table a.active {
                background: #F9FAFC;
            }
/* END INVOICE */
/* Autocomplete */
.ui-autocomplete {
    background: #FFF;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 99999;
}

    .ui-autocomplete .ui-menu-item {
        background: #FFF;
        border-bottom: 1px solid #D5D5D5;
        line-height: 20px;
        padding: 8px 15px;
    }

        .ui-autocomplete .ui-menu-item:first-child {
            -moz-border-radius: 5px 5px 0px 0px;
            -webkit-border-radius: 5px 5px 0px 0px;
            border-radius: 5px 5px 0px 0px;
        }

        .ui-autocomplete .ui-menu-item:last-child {
            border-bottom: 0px;
            -moz-border-radius: 0px 0px 5px 5px;
            -webkit-border-radius: 0px 0px 5px 5px;
            border-radius: 0px 0px 5px 5px;
        }

        .ui-autocomplete .ui-menu-item:hover {
            background: #F5F5F5;
        }

        .ui-autocomplete .ui-menu-item.ui-state-focus,
        .ui-autocomplete .ui-menu-item.ui-state-active {
            margin: 0px;
        }

    .ui-autocomplete:after,
    .ui-autocomplete:before {
        bottom: 100%;
        left: 20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ui-autocomplete:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #FFF;
        border-width: 5px;
        margin-left: -5px;
    }

    .ui-autocomplete:before {
        border-color: rgba(213, 213, 213, 0);
        border-bottom-color: #D5D5D5;
        border-width: 6px;
        margin-left: -6px;
    }
/* End Autocomplete */
/* SIDEBAR */
.sidebar {
    position: absolute;
    z-index: 1;
    right: -300px;
    top: 0px;
    width: 300px;
    height: 100%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .sidebar .sidebar-wrapper {
        width: 100%;
        height: 100%;
        background: url("/Content/Assets/img/bg.png") left top repeat #27313c;
        color: #ffffff;
    }

        .sidebar .sidebar-wrapper .sidebar-tabs {
            float: left;
            width: 100%;
            margin-bottom: 15px;
        }

            .sidebar .sidebar-wrapper .sidebar-tabs > a {
                display: block;
                float: left;
                width: 50%;
                line-height: 30px;
                font-size: 13px;
                color: #f5f5f5;
                padding: 10px;
                background: #212933;
                text-align: center;
                text-decoration: none;
            }

                .sidebar .sidebar-wrapper .sidebar-tabs > a .fa,
                .sidebar .sidebar-wrapper .sidebar-tabs > a .glyphicon {
                    line-height: 30px;
                    margin-right: 5px;
                    font-size: 14px;
                }

                .sidebar .sidebar-wrapper .sidebar-tabs > a:hover {
                    background: #252e39;
                }

                .sidebar .sidebar-wrapper .sidebar-tabs > a.active {
                    background: transparent;
                }

        .sidebar .sidebar-wrapper .sidebar-tab-content {
            float: left;
            width: 100%;
            display: none;
        }

            .sidebar .sidebar-wrapper .sidebar-tab-content.active {
                display: block;
            }

        .sidebar .sidebar-wrapper .sidebar-title {
            float: left;
            width: 100%;
            line-height: 30px;
            padding: 10px;
            font-size: 12px;
            font-weight: 400;
            color: #aabecf;
            margin-bottom: 10px;
            background: #212933;
        }

            .sidebar .sidebar-wrapper .sidebar-title strong {
                color: #ffffff;
            }

        .sidebar .sidebar-wrapper .sidebar-block {
            float: left;
            width: 100%;
            padding: 0px 10px;
            margin-bottom: 15px;
        }

        .sidebar .sidebar-wrapper .list-group {
            float: left;
            width: 100%;
            margin-bottom: 10px;
        }

            .sidebar .sidebar-wrapper .list-group .list-group-item {
                background: transparent;
                border: 0px;
                color: #ffffff;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -ms-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

                .sidebar .sidebar-wrapper .list-group .list-group-item:hover {
                    background: rgba(0, 0, 0, 0.1);
                }

                .sidebar .sidebar-wrapper .list-group .list-group-item a {
                    color: #aabecf;
                }

                .sidebar .sidebar-wrapper .list-group .list-group-item p {
                    margin-bottom: 5px;
                    margin-top: 5px;
                }

body.sidebar-opened .page-container {
    margin-left: -300px;
}

body.sidebar-opened .sidebar {
    right: 0px;
}
/* END SIDEBAR */
/* MAILBOX */
.panel .panel-body.mail {
    padding: 0px;
}

.mail {
    padding: 0px;
    float: left;
    width: 100%;
}

    .mail .mail-item {
        float: left;
        padding: 10px 15px 10px 13px;
        width: 100%;
        line-height: 20px;
        border-left: 2px solid #D5D5D5;
    }

        .mail .mail-item.mail-primary {
            border-left-color: #33414e;
        }

        .mail .mail-item.mail-info {
            border-left-color: #3fbae4;
        }

        .mail .mail-item.mail-success {
            border-left-color: #14a38b;
        }

        .mail .mail-item.mail-warning {
            border-left-color: #f2ac57;
        }

        .mail .mail-item.mail-danger {
            border-left-color: #ff7171;
        }

        .mail .mail-item .mail-checkbox {
            float: left;
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }

        .mail .mail-item .mail-star {
            font-size: 16px;
            width: 20px;
            float: left;
            text-align: center;
            margin-right: 10px;
            cursor: pointer;
        }

            .mail .mail-item .mail-star.starred {
                color: #fea223;
            }

                .mail .mail-item .mail-star.starred .fa-star-o:before {
                    content: "\f005";
                }

        .mail .mail-item .mail-user {
            font-size: 12px;
            font-weight: 600;
            float: left;
            width: 150px;
            color: #434a54;
        }

        .mail .mail-item .mail-text {
            font-size: 12px;
            float: left;
            color: #656d78;
        }

        .mail .mail-item .mail-date {
            float: right;
            font-size: 12px;
        }

        .mail .mail-item .mail-attachments {
            float: right;
            font-size: 12px;
            color: #AAA;
            margin-right: 10px;
        }

            .mail .mail-item .mail-attachments.fa {
                font-size: 16px;
            }

        .mail .mail-item:nth-child(2n) {
            background: #F9F9F9;
        }

        .mail .mail-item.mail-unread {
            font-weight: 700;
        }

            .mail .mail-item.mail-unread .mail-user {
                font-weight: 700;
            }

.mail-checkall {
    margin-right: 5px;
}
/* END MAILBOX */
/* PAGE TABBED */
.page-tabs {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: #FFF;
    border-bottom: 1px solid #D5D5D5;
    height: 50px;
}

    .page-tabs a {
        float: left;
        display: block;
        line-height: 49px;
        padding: 0px 15px;
        color: #656d78;
        font-size: 12px;
        font-weight: 600;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        border-top: 0px;
        min-width: 120px;
        text-align: center;
    }

        .page-tabs a:hover {
            color: #434a54;
            border-bottom-color: #33414e;
            background: #F9F9F9;
        }

        .page-tabs a.active {
            border-bottom-color: #33414e;
            background: #F5F5F5;
            color: #434a54;
        }

.page-tabs-item {
    display: none;
}

    .page-tabs-item.active {
        display: block;
    }
/* END PAGE TABBED */
/* PAGE CUSTOM HEADER */
.page-head {
    float: left;
    width: 100%;
    background: #FFF;
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}

    .page-head .page-head-text {
        float: left;
    }

        .page-head .page-head-text h1 {
            font-size: 21px;
            line-height: 30px;
            font-weight: 400;
            padding: 0px;
            margin: 0px;
        }

        .page-head .page-head-text .page-head-subtitle {
            font-size: 12px;
            font-weight: 400;
            line-height: 20px;
            margin: 0px;
            color: #AAA;
        }

    .page-head .page-head-controls {
        float: right;
        padding: 10px 0px;
    }
/* END PAGE CUSTOM HEADER */
/* PAGE CONTENT ADAPTIVE */
.page-content-wrap.page-content-adaptive {
    float: left;
    width: 100%;
    background: #FFF;
    padding: 10px;
}

    .page-content-wrap.page-content-adaptive .panel {
        border: 0px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0px 10px;
    }

        .page-content-wrap.page-content-adaptive .panel .panel-heading {
            border: 0px;
            background: #FFF;
            padding-left: 0px;
            padding-right: 0px;
            padding-bottom: 0px;
        }

            .page-content-wrap.page-content-adaptive .panel .panel-heading .panel-title {
                margin-left: 0px;
                font-weight: 600;
            }

        .page-content-wrap.page-content-adaptive .panel .panel-body {
            border: 0px;
            padding-left: 0px;
            padding-right: 0px;
        }

        .page-content-wrap.page-content-adaptive .panel .panel-footer {
            border: 0px;
            background: #FFF;
            padding-left: 0px;
            padding-right: 0px;
        }
/* END PAGE CONTENT ADAPTIVE */
/* SLIDING MENU */
.sliding-menu {
    overflow: hidden;
    position: relative;
    background: #FFF;
    float: left;
    width: 100%;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    margin-bottom: 5px;
}

    .sliding-menu ul {
        float: left;
        margin: 0;
        padding: 0;
    }

    .sliding-menu li {
        list-style: none;
        margin: 0;
        border-bottom: 1px solid #D5D5D5;
    }

        .sliding-menu li:last-child {
            border-bottom: 0px;
        }

    .sliding-menu a {
        display: block;
        padding: 5px 15px 5px 15px;
        line-height: 30px;
        color: #333;
        text-decoration: none;
    }

        .sliding-menu a .fa,
        .sliding-menu a .glyphicon {
            font-size: 18px;
            line-height: 30px;
            margin-right: 10px;
        }

        .sliding-menu a:hover {
            background: #F5F5F5;
        }

        .sliding-menu a.nav:before {
            content: '\3009';
            float: right;
            margin-left: 0px;
        }

        .sliding-menu a.back {
            background: #F0F0F0;
            border-bottom: 1px solid #D5D5D5;
        }

            .sliding-menu a.back:before {
                content: '\3008';
                float: left;
                margin-right: 15px;
            }
/* END SLIDING MENU */
/* TEMPLATE PLUGINS */
/* Nestable list */
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    font-size: 12px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dd-list .dd-list {
        padding-left: 30px;
    }

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 12px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #D5D5D5;
    background: #f5f5f5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .dd-handle:hover {
        color: #434a54;
        background: #fff;
    }

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

    .dd-item > button:before {
        content: '+';
        display: block;
        position: absolute;
        width: 100%;
        text-align: center;
        text-indent: 0;
    }

    .dd-item > button[data-action="collapse"]:before {
        content: '-';
    }

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

    .dd-dragel > .dd-item .dd-handle {
        margin-top: 0;
    }

    .dd-dragel .dd-handle {
        -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    }

.dd3-content {
    display: block;
    height: 30px;
    margin: 5px 0;
    padding: 5px 10px 5px 40px;
    text-decoration: none;
    border: 1px solid #D5D5D5;
    background: #f5f5f5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .dd3-content:hover {
        color: #434a54;
        background: #fff;
    }

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #D5D5D5;
    background: #F0F0F0;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

    .dd3-handle:before {
        content: '≡';
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #333;
        font-size: 16px;
        font-weight: normal;
    }

    .dd3-handle:hover {
        background: #E5E5E5;
    }
/* end nestable list */
/* To top */
.to-top {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    line-height: 35px;
    text-align: center;
    border: 1px solid #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 23px;
    color: #CCC;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .to-top:hover {
        border-color: #33414e;
        color: #333;
    }
/* end To top */
/* iCheck plugin Minimal skin, black
        ----------------------------------- */
.check {
    font-weight: 400;
    line-height: 20px;
    margin: 5px 0px;
    cursor: pointer;
}

    .check .icheckbox_minimal-grey,
    .check .iradio_minimal-grey {
        margin-right: 5px;
        margin-top: -2px;
    }

    .check.disabled {
        color: #AAA;
    }

.icheckbox_minimal-grey,
.iradio_minimal-grey {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url("/Content/Assets/img/icheck/grey.png") no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal-grey {
    background-position: 0 0;
}

    .icheckbox_minimal-grey.hover {
        background-position: -20px 0;
    }

    .icheckbox_minimal-grey.checked {
        background-position: -40px 0;
    }

    .icheckbox_minimal-grey.disabled {
        background-position: -60px 0;
        cursor: default;
    }

    .icheckbox_minimal-grey.checked.disabled {
        background-position: -80px 0;
    }

.iradio_minimal-grey {
    background-position: -100px 0;
}

    .iradio_minimal-grey.hover {
        background-position: -120px 0;
    }

    .iradio_minimal-grey.checked {
        background-position: -140px 0;
    }

    .iradio_minimal-grey.disabled {
        background-position: -160px 0;
        cursor: default;
    }

    .iradio_minimal-grey.checked.disabled {
        background-position: -180px 0;
    }
/* END icheckbox */
/* SPINNER */
.ui-spinner {
    width: 121px;
    border: 1px solid #DBE2EA;
    border-radius: 5px;
}

    .ui-spinner .ui-spinner-input, .ui-spinner a.ui-spinner-down.ui-spinner-button, .ui-spinner a.ui-spinner-up.ui-spinner-button {
        border: none;
    }

    .ui-spinner .ui-spinner-input {
        margin: 0px;
        position: relative;
        left: 40px;
        width: 40px;
        border-radius: 0;
        text-align: center;
    }

.ui-spinner-up,
.ui-spinner-down {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #7c9cbf;
}

.ui-spinner a.ui-spinner-button {
    border-top: 1px solid #DBE2EA;
    border-bottom: 1px solid #DBE2EA;
}

.ui-spinner-up:hover,
.ui-spinner-down:hover {
    background: #DBE2EA;
    cursor: pointer;
}

.ui-spinner-up {
    border-radius: 0px 5px 5px 0px;
}

.ui-spinner a.ui-spinner-up.ui-spinner-button {
    border-left: 1px solid #DBE2EA;
}

.ui-spinner-up .ui-icon {
    width: 40px;
    height: 15px;
    color: #FFF;
}

    .ui-spinner-up .ui-icon:after {
        content: "\ea13";
        font-family: 'remixicon' !important;
        font-size: 20px;
        color: #7c9cbf;
        line-height: 15px;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 40px;
        height: 17px;
        text-indent: initial;
    }

.ui-spinner-down {
    border-radius: 5px 0px 0px 5px;
    left: 0;
}

.ui-spinner a.ui-spinner-down.ui-spinner-button {
    border-right: 1px solid #DBE2EA;
}

.ui-spinner-down .ui-icon {
    width: 30px;
    height: 15px;
    color: #FFF;
}

    .ui-spinner-down .ui-icon:after {
        content: "\f1af";
        font-family: 'remixicon' !important;
        font-size: 20px;
        color: #7c9cbf;
        line-height: 15px;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 40px;
        height: 17px;
        text-indent: initial;
    }
/* END SPINNER */
/* BOOTSTRAP DATEPICKER */
div.datepicker {
    padding: 10px;
    -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
    min-width: 250px;
}

    div.datepicker > div {
        display: none;
    }

    div.datepicker table {
        width: 100%;
        margin: 0;
    }

    div.datepicker td,
    div.datepicker th {
        color: #756f86;
        text-align: center;
        width: 20px;
        height: 20px;
    }

        div.datepicker td.day:hover {
            background: #F5F5F5;
            cursor: pointer;
        }

        div.datepicker td.day.disabled {
            color: #CCC;
        }

        div.datepicker td.old,
        div.datepicker td.new {
            color: #999;
        }

        div.datepicker td.active,
        div.datepicker td.active:hover {
            background: #33414e;
            color: #fff;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

        div.datepicker td span {
            display: block;
            width: 31%;
            height: 54px;
            line-height: 54px;
            float: left;
            margin: 2px;
            cursor: pointer;
        }

            div.datepicker td span:hover {
                background: #F5F5F5;
            }

            div.datepicker td span.active {
                background: #33414e;
                color: #fff;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
            }

            div.datepicker td span.old {
                color: #999;
            }

        div.datepicker th.switch {
            width: 145px;
        }

        div.datepicker th.next,
        div.datepicker th.prev {
            font-size: 12px;
        }

    div.datepicker thead tr:first-child th {
        cursor: pointer;
        padding: 8px 0px;
        font-size: 16px;
    }

        div.datepicker thead tr:first-child th:hover {
            background: #F5F5F5;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.datepicker.dropdown-menu:after,
.datepicker.dropdown-menu:before {
    left: 16px;
}

.datepicker.datepicker-orient-left.dropdown-menu:after,
.datepicker.datepicker-orient-left.dropdown-menu:before {
    left: auto;
    right: 16px;
}
/* EOF BOOTSTRAP DATEPICKER */
/* BOOTSTRAP TIMEPICKER */
.bootstrap-timepicker {
    position: relative;
}

    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
        left: auto;
        right: 0;
    }

    .bootstrap-timepicker .add-on {
        cursor: pointer;
    }

        .bootstrap-timepicker .add-on i {
            display: inline-block;
            width: 16px;
            height: 16px;
        }

.bootstrap-timepicker-widget {
    padding: 5px;
}

    .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:before,
    .bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:after {
        left: 15px;
    }

    .bootstrap-timepicker-widget.timepicker-orient-bottom:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #E5E5E5;
    }

    .bootstrap-timepicker-widget.timepicker-orient-bottom:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #ffffff;
    }

    .bootstrap-timepicker-widget a.btn,
    .bootstrap-timepicker-widget input {
        border-radius: 4px;
    }

    .bootstrap-timepicker-widget table {
        width: 100%;
        margin: 0;
    }

        .bootstrap-timepicker-widget table td {
            text-align: center;
            height: 30px;
            margin: 0;
            padding: 2px;
        }

            .bootstrap-timepicker-widget table td:not(.separator) {
                min-width: 30px;
            }

            .bootstrap-timepicker-widget table td span {
                width: 100%;
            }

            .bootstrap-timepicker-widget table td a {
                border: 1px transparent solid;
                width: 100%;
                display: inline-block;
                margin: 0;
                padding: 8px 0;
                outline: 0;
                color: #333;
            }

                .bootstrap-timepicker-widget table td a:hover {
                    text-decoration: none;
                    background-color: #F5F5F5;
                }

                .bootstrap-timepicker-widget table td a i {
                    margin-top: 2px;
                    font-size: 6px;
                    color: #333;
                }

            .bootstrap-timepicker-widget table td input {
                width: 50px;
                margin: 0;
                text-align: center;
                margin: 0px;
                padding: 0px;
            }

.bootstrap-timepicker-widget {
    display: block;
}

    .bootstrap-timepicker-widget .modal-content {
        padding: 4px;
    }
/* EOF BOOTSTRAP TIMEPICKER */
/* BOOTSTRAP COLORPICKER */
.colorpicker-saturation {
    width: 100px;
    height: 100px;
    background-image: url(/Content/Assets/img/colorpicker/saturation.png);
    cursor: crosshair;
    float: left;
}

    .colorpicker-saturation i {
        display: block;
        height: 5px;
        width: 5px;
        border: 1px solid #000;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        position: absolute;
        top: 0;
        left: 0;
        margin: -4px 0 0 -4px;
    }

        .colorpicker-saturation i b {
            display: block;
            height: 5px;
            width: 5px;
            border: 1px solid #fff;
        }

.colorpicker-hue,
.colorpicker-alpha {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px;
}

    .colorpicker-hue i,
    .colorpicker-alpha i {
        display: block;
        height: 1px;
        background: #000;
        border-top: 1px solid #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: -1px;
    }

.colorpicker-hue {
    background-image: url(/Content/Assets/img/colorpicker/hue.png);
}

.colorpicker-alpha {
    background-image: url(/Content/Assets/img/colorpicker/alpha.png);
    display: none;
}

.colorpicker {
    top: 0;
    left: 0;
    min-width: 120px;
    margin-top: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .colorpicker.dropdown-menu {
        margin-top: 8px;
        z-index: 99999;
    }

    .colorpicker div {
        position: relative;
    }

    .colorpicker.alpha {
        min-width: 140px;
    }

        .colorpicker.alpha .colorpicker-alpha {
            display: block;
        }

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-image: url(/Content/Assets/img/colorpicker/alpha.png);
    background-position: 0 100%;
}

    .colorpicker-color div {
        height: 10px;
    }

.input-group.color .input-group-addon i {
    display: inline-block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
/* EOF BOOTSTRAP COLORPICKER */
/* BOOTSTRAP SELECT */
.bootstrap-select {
    width: 220px;
}

    .bootstrap-select > .btn {
        width: 100%;
        padding-right: 25px;
        height: 40px;
    }

.error .bootstrap-select .btn {
    border: 1px solid #ff7171;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
    float: none;
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 0;
}

.form-search .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.btn-group.pull-right,
.bootstrap-select.btn-group[class*="span"].pull-right,
.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
    float: right;
}

.input-append .bootstrap-select.btn-group {
    margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
    margin-right: -1px;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 90%;
}

.bootstrap-select.form-control:not([class*="span"]) {
    width: 100%;
    height: auto;
}

    .bootstrap-select.form-control:not([class*="span"]).add-to-list-width {
        width: 90%;
    }

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 2051;
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    font-weight: normal;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
    color: #bdbdbd;
}

.bootstrap-select.btn-group > .disabled,
.bootstrap-select.btn-group .dropdown-menu li.disabled > a {
    cursor: not-allowed;
}

    .bootstrap-select.btn-group > .disabled:focus {
        outline: none !important;
    }

.bootstrap-select.btn-group[class*="span"] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 2000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        border: 0;
        padding: 0;
        margin: 0;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .bootstrap-select.btn-group .dropdown-menu dt {
        display: block;
        padding: 3px 20px;
        cursor: default;
    }

.bootstrap-select.btn-group .div-contain {
    overflow: hidden;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

    .bootstrap-select.btn-group .dropdown-menu li > a.opt {
        position: relative;
        padding-left: 35px;
    }

    .bootstrap-select.btn-group .dropdown-menu li > a {
        cursor: pointer;
    }

    .bootstrap-select.btn-group .dropdown-menu li > dt small {
        font-weight: normal;
    }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 11px;
    font-size: 11px;
}

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small,
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
    color: #64b1d8;
    color: rgba(100, 177, 216, 0.4);
}

.bootstrap-select.btn-group .dropdown-menu li > dt small {
    font-weight: normal;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
    border-bottom-color: rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-bottom: 0;
    border-top-width: 7px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-top-color: rgba(204, 204, 204, 0.2);
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #FFFFFF;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bootstrap-select.btn-group .no-results {
    padding: 8px;
    background: #f5f5f5;
    border-top: 1px solid #E5E5E5;
    margin-top: 5px;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.control-group.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select-searchbox,
.bootstrap-select .bs-actionsbox {
    padding: 4px 8px;
}

.bootstrap-select .bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bootstrap-select .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bootstrap-select-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bootstrap-select-searchbox input {
    margin-bottom: 0;
}

.mobile-device {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}
/* EOF BOOTSTRAP SELECT */
/* Validation Engine */
.formError {
    z-index: 990;
}

    .formError .formErrorContent {
        z-index: 991;
    }

    .formError .formErrorArrow {
        z-index: 996;
    }

.ui-dialog .formError {
    z-index: 5000;
}

    .ui-dialog .formError .formErrorContent {
        z-index: 5001;
    }

    .ui-dialog .formError .formErrorArrow {
        z-index: 5006;
    }

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: left;
}

    .formError.inline {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
    }

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

.formError .formErrorContent {
    width: 100%;
    background: #111111;
    position: relative;
    color: #ffffff;
    min-width: 120px;
    font-size: 12px;
    padding: 4px 10px 4px 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.greenPopup .formErrorContent {
    background: #14a38b;
}

.blackPopup .formErrorContent {
    background: #000;
    color: #FFF;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
    margin: 0px 0 0 12px;
    top: 2px;
}

.formError .formErrorArrow div {
    font-size: 0px;
    height: 1px;
    background: #111111;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.greenPopup .formErrorArrow div {
    background: #14a38b;
}

.blackPopup .formErrorArrow div {
    background: #000;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 11px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
}

.formError .formErrorArrow .line2 {
    width: 0px;
    border: none;
}

.formError .formErrorArrow .line1 {
    width: 0px;
    border: none;
}
/* EOF Validation Engine */
/* RangeSlider */
.ui-rangeSlider {
    height: 22px;
    margin-top: 4px;
}

    .ui-rangeSlider .ui-rangeSlider-innerBar {
        height: 16px;
        margin: 3px 6px;
        background: #F5F5F5;
        border: 1px solid #E5E5E5;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    .ui-rangeSlider .ui-rangeSlider-handle {
        width: 22px;
        height: 22px;
        background: #FFF;
        border: 2px solid #33414e;
        cursor: col-resize;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .ui-rangeSlider .ui-rangeSlider-bar {
        margin: 1px 0px;
        background: #E5E5E5;
        height: 20px;
        cursor: move;
        cursor: grab;
        cursor: -moz-grab;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

        .ui-rangeSlider .ui-rangeSlider-bar.ui-draggable-dragging {
            cursor: -moz-grabbing;
            cursor: grabbing;
        }

.ui-rangeSlider-arrow,
.ui-rangeSlider-arrow-inner {
    display: none;
}

.ui-rangeSlider-container {
    height: 22px;
}

.ui-rangeSlider-withArrows .ui-rangeSlider-container {
    margin: 0 11px;
}

.ui-rangeSlider-noArrow .ui-rangeSlider-container {
    margin: 0;
}

.ui-rangeSlider-label {
    background: #33414e;
    margin: 0px;
    white-space: nowrap;
    bottom: 26px;
    padding: 5px 8px;
    cursor: col-resize;
    color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
}

.ui-rangeSlider-label-inner {
    display: none;
}

input.ui-editRangeSlider-inputValue {
    width: 3em;
    vertical-align: middle;
    text-align: center;
}
/* EOF RangeSlider */
/* Smart Wizard */
.wizard .anchor {
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: block;
    position: relative;
    width: 100%;
}

    .wizard .anchor:after {
        content: " ";
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 2px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
        background: #D5D5D5;
        z-index: 1;
    }

    .wizard .anchor li {
        float: left;
        display: block;
    }

        .wizard .anchor li a {
            font-size: 14px;
            color: #656d78;
            text-decoration: none;
            display: block;
            line-height: 18px;
            padding: 10px 20px 15px 0px;
            position: relative;
        }

            .wizard .anchor li a .stepNumber {
                display: none;
            }

            .wizard .anchor li a .stepDesc {
                font-weight: 400;
            }

                .wizard .anchor li a .stepDesc small {
                    color: #999;
                    font-weight: 300;
                }

            .wizard .anchor li a:before {
                content: " ";
                position: absolute;
                bottom: 0px;
                left: 0px;
                width: 100%;
                height: 2px;
                background: #D5D5D5;
                z-index: 2;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -ms-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
            }

            .wizard .anchor li a:after {
                content: " ";
                position: absolute;
                bottom: -10px;
                left: 0px;
                width: 22px;
                height: 22px;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background: #FFF;
                border: 3px solid #D5D5D5;
                z-index: 3;
                text-align: center;
                line-height: 17px;
                -webkit-transition: all 200ms ease;
                -moz-transition: all 200ms ease;
                -ms-transition: all 200ms ease;
                -o-transition: all 200ms ease;
                transition: all 200ms ease;
                color: #DDD;
            }

            .wizard .anchor li a.done:after {
                border-color: #14a38b;
                content: "\f00c";
                font-family: FontAwesome;
                color: #14a38b;
                font-size: 10px;
            }

            .wizard .anchor li a.done:before {
                background: #14a38b;
            }

            .wizard .anchor li a.error:after {
                border-color: #ff7171;
                content: "\f00d";
                font-family: FontAwesome;
                color: #ff7171;
                font-size: 10px;
            }

            .wizard .anchor li a.error:before {
                background: #ff7171;
            }

            .wizard .anchor li a.selected:after {
                border-color: #33414e;
                content: "\f0da";
                font-family: FontAwesome;
                color: #33414e;
                font-size: 13px;
                padding-left: 2px;
            }

            .wizard .anchor li a.selected:before {
                background: #33414e;
            }

.wizard .stepContainer,
.wizard .actionBar {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.wizard .actionBar {
    margin-top: 20px;
}

    .wizard .actionBar .btn.pull-right {
        margin-left: 5px;
    }

    .wizard .actionBar .btn-primary {
        display: none;
    }

    .wizard .actionBar .loader {
        display: none;
    }

.wizard .anchor.steps_1 li {
    width: 100%;
}

.wizard .anchor.steps_2 li {
    width: 50%;
}

.wizard .anchor.steps_3 li {
    width: 33.333333%;
}

.wizard .anchor.steps_4 li {
    width: 25%;
}

.wizard .anchor.steps_5 li {
    width: 20%;
}

.wizard .anchor.steps_6 li {
    width: 16.666666%;
}

.wizard .anchor.steps_7 li {
    width: 14.285714%;
}

.wizard .anchor.steps_8 li {
    width: 12.5%;
}
/* END Smart Wizard */
/* OWL Slider */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

        .owl-carousel .owl-item > div {
            width: 100%;
            float: left;
        }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url(/Content/Assets/img/owl/grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
    text-align: center;
}

    .owl-theme .owl-controls .owl-pagination {
        height: 22px;
        line-height: 22px;
    }

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline;
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #222;
        filter: alpha(opacity=20);
        opacity: 0.2;
    }

    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: alpha(opacity=50);
        opacity: 0.5;
        text-decoration: none;
    }

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: alpha(opacity=20);
            opacity: 0.2;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #222;
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: alpha(opacity=500);
            opacity: 0.5;
        }

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

.owl-item.loading {
    min-height: 150px;
    background: url(/Content/Assets/img/owl/AjaxLoader.gif) no-repeat center center;
}
/* END Slider */
/* jVectorMaps */
.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #33414e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #33414e;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    z-index: 15;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #33414e;
    padding: 3px;
    olor: white;
    width: 16px;
    height: 16px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    color: #FFF;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}
/* END jVectorMaps */
/* tagsinput */
div.tagsinput {
    border: 1px solid #D5D5D5;
    background: #FFF;
    width: 100%;
    min-height: 30px;
    overflow-y: auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    div.tagsinput span.tag {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        display: block;
        float: left;
        text-decoration: none;
        background: #33414e;
        color: #FFF;
        margin: 2px 0px 2px 2px;
        line-height: 20px;
        padding: 2px 5px 2px 20px;
        position: relative;
    }

        div.tagsinput span.tag a {
            color: #FFF;
            text-decoration: none;
            position: absolute;
            left: 5px;
            width: 15px;
            height: 20px;
            opacity: 0.5;
            filter: alpha(opacity = 50);
        }

            div.tagsinput span.tag a:hover {
                opacity: 1;
                filter: alpha(opacity = 100);
            }

            div.tagsinput span.tag a:before {
                position: absolute;
                font-family: "FontAwesome";
                content: "\f00d";
                color: #FFF;
                font-size: 12px;
                line-height: 20px;
            }

    div.tagsinput input {
        width: 80px;
        margin: 4px 5px;
        border: 0px;
        height: 20px;
        line-height: 20px;
    }

    div.tagsinput div {
        display: block;
        float: left;
    }

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

.not_valid {
    background: #ff7171 !important;
    color: #FFF !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 5px;
}
/* END tagsinput */
/* sparkline */
.sparkline {
    display: inline-block;
    position: relative;
}

.jqstooltip {
    display: block !important;
    padding: 0px !important;
    border: 0px !important;
}

.jqsfield {
    padding: 4px 5px 5px;
    display: inline-block;
    line-height: 13px;
}
/* eof sparkline */
/* calendar */
.calendar {
    margin-bottom: 0px;
    float: left;
}

.fc-toolbar {
    margin-bottom: 5px;
}

    .fc-toolbar h2 {
        font-size: 14px;
        font-weight: 600;
        text-transform: none;
        line-height: 30px;
    }

.fc-day {
    background: #FFF;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
    z-index: 0;
}


.fc th.fc-widget-header {
    background: transparent;
    color: #4F4F4F;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 22px;
    padding: 5px;
}

.fc-button {
    border: 0;
    background: #FFF;
    color: #555;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.fc-text-arrow,
.fc-text-arrow {
    font-family: arial;
    font-size: 16px;
}

.fc-state-hover {
    background: #F5F5F5;
}

.fc-state-highlight,
.fc-cell-overlay {
    background: #F0F0F0;
}

.fc-event {
    font-size: 11px;
    padding: 3px 5px;
    text-align: center;
}

    .fc-event-skin.red,
    .fc-event.red {
        background-color: #b64645;
        border-color: #a43f3e;
    }

    .fc-event-skin.green,
    .fc-event.green {
        background-color: #14a38b;
        border-color: #89ad4d;
    }

    .fc-event-skin.orange,
    .fc-event.orange {
        background-color: #fea223;
        border-color: #fe970a;
    }

    .fc-event-skin.blue,
    .fc-event.blue {
        background-color: #3fbae4;
        border-color: #29b2e1;
    }
/* eof calendar */
/* bootstra file input */
.file-input-wrapper input[type=file],
.file-input-wrapper input[type=file]:focus,
.file-input-wrapper input[type=file]:hover {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 99;
    outline: 0;
    height: 30px;
}

.file-input-name {
    margin-left: 10px;
}
/* eof bootstrap file input */
/* Morris charts */
.morris-hover {
    position: absolute;
    z-index: 1000;
}

    .morris-hover.morris-default-style {
        border-radius: 10px;
        padding: 6px;
        color: #666;
        background: rgba(255, 255, 255, 0.8);
        border: solid 2px rgba(230, 230, 230, 0.8);
        font-family: sans-serif;
        font-size: 12px;
        text-align: center;
    }

        .morris-hover.morris-default-style .morris-hover-row-label {
            font-weight: bold;
            margin: 0.25em 0;
        }

        .morris-hover.morris-default-style .morris-hover-point {
            white-space: nowrap;
            margin: 0.1em 0;
        }
/* END Morris charts */
/* Bootstrap Tour */
.tour-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    background-color: #000;
    opacity: 0.8;
}

.tour-step-backdrop {
    position: relative;
    z-index: 1101;
    background: inherit;
}

.tour-step-background {
    position: absolute;
    z-index: 1100;
    background: inherit;
    border-radius: 6px;
}

.popover[class*=tour-] {
    z-index: 1100;
}

    .popover[class*=tour-] .popover-navigation {
        padding: 9px 14px;
    }

        .popover[class*=tour-] .popover-navigation [data-role=end] {
            float: right;
        }

        .popover[class*=tour-] .popover-navigation [data-role=prev],
        .popover[class*=tour-] .popover-navigation [data-role=next],
        .popover[class*=tour-] .popover-navigation [data-role=end] {
            cursor: pointer;
        }

            .popover[class*=tour-] .popover-navigation [data-role=prev] .disabled,
            .popover[class*=tour-] .popover-navigation [data-role=next].disabled,
            .popover[class*=tour-] .popover-navigation [data-role=end] .disabled {
                cursor: default;
            }

    .popover[class*=tour-] .orphan {
        position: fixed;
        margin-top: 0;
    }

        .popover[class*=tour-].orphan .arrow {
            display: none;
        }
/* END Bootstrap Tour */
/* Bootstro */
.bootstro-next-btn {
    float: right;
}

.bootstro-prev-btn {
    float: left;
}

.bootstro-backdrop {
    opacity: .5;
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    filter: alpha(opacity=50);
}

.bootstro-highlight {
    z-index: 9999;
    position: relative;
    color: #111;
}

    .bootstro-highlight h1,
    .bootstro-highlight h2,
    .bootstro-highlight h3,
    .bootstro-highlight h4,
    .bootstro-highlight h5,
    .bootstro-highlight h6,
    .bootstro-highlight .h1,
    .bootstro-highlight .h2,
    .bootstro-highlight .h3,
    .bootstro-highlight .h4,
    .bootstro-highlight .h5,
    .bootstro-highlight .h6 {
        color: #000;
    }

.bootstro-finish-btn-wrapper {
    padding-top: 10px;
    text-align: center;
    clear: both;
}

.bootstro-nav-wrapper {
    margin-top: 10px;
}

    .bootstro-nav-wrapper button,
    .bootstro-finish-btn-wrapper button {
        font-size: 12px !important;
        padding: 3px 5px 3px 5px !important;
        font-weight: 400;
    }
/* END Bootstro */
/* Bootstrap fileinput */
.file-input {
    overflow-x: auto;
}

.file-loading {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    font-size: 999px;
    text-align: right;
    color: #fff;
    background: transparent url(/Content/Assets/img/fileinput/loading.gif) top left no-repeat;
    border: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: none repeat scroll 0 0 transparent;
        cursor: inherit;
        display: block;
    }
    .btn-file.btn-danger i {
        top: 2px;
        left: 0px;
    }
.file-caption .glyphicon {
    display: inline-block;
    min-width: 18px;
    float: left;
    margin-top: 2px;
}

.file-caption-name {
    display: inline-block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 85%;
}

.file-error-message {
    background-color: #f2dede;
    color: #a94442;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
}

.file-caption-disabled {
    background-color: #EEE;
    cursor: not-allowed;
    opacity: 1;
}

.file-input .btn .disabled,
.file-input .btn[disabled] {
    cursor: not-allowed;
}

.file-preview {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    margin-bottom: 5px;
}

.file-preview-frame {
    display: table;
    margin: 10px;
    height: 160px;
    border: 1px solid #d5d5d5;
    box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 3px;
    float: left;
    text-align: center;
}

    .file-preview-frame:hover {
        background-color: #F5F5F5;
    }

.file-preview-image {
    height: 150px;
    vertical-align: text-center;
}

.file-preview-text {
    display: table-cell;
    width: 150px;
    height: 150px;
    color: #428bca;
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
}

.file-preview-other {
    display: table-cell;
    width: 150px;
    height: 150px;
    font-family: Monaco,Consolas,monospace;
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
}

.file-input-new .close,
.file-input-new .file-preview,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-new .glyphicon-file {
    display: none;
}

.loading {
    background: transparent url(/Content/Assets/img/loading.gif) no-repeat scroll center center content-box !important;
}

.wrap-indicator {
    font-weight: 700;
    color: #245269;
    cursor: pointer;
}
/* END Bootstrap fileinput */
/* daterangepicker */
.dtrange {
    background-color: #fff;
    height: 40px;
    line-height: 35px;
    padding-left: 10px !important;
    border: 1px solid #DBE2EA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    float: left;
    cursor: pointer;
}
    .dtrange.form-control {
        line-height: 27px;
    }
    .dtrange.input-group {
        line-height: 38px;
    }
    .dtrange > span {
        padding-right: 10px;
    }

    .dtrange > .input-group-addon {
        width: 40px;
    }

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3000;
    border: 1px solid #D5D5D5;
}

    .daterangepicker.dropdown-menu:before,
    .daterangepicker.dropdown-menu:after {
        display: none;
    }

.daterangepicker.opensleft .ranges,
.daterangepicker.opensleft .calendar {
    float: left;
    margin: 4px;
}

.daterangepicker.opensright .ranges,
.daterangepicker.opensright .calendar {
    float: right;
    margin: 4px;
}

.daterangepicker .ranges {
    width: 182px;
    text-align: left;
}

    .daterangepicker .ranges .range_inputs > div {
        float: left;
    }

        .daterangepicker .ranges .range_inputs > div:nth-child(2) {
            padding-left: 11px;
        }

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    width: auto;
}

    .daterangepicker .calendar th,
    .daterangepicker .calendar td {
        white-space: nowrap;
        text-align: center;
        min-width: 32px;
    }

.daterangepicker .ranges label {
    color: #333;
    display: block;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-bottom: 2px;
    text-shadow: #fff 1px 1px 0px;
    text-transform: uppercase;
    width: 74px;
}

.daterangepicker .ranges input {
    font-size: 11px;
}

.daterangepicker .ranges .input-mini {
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin: 0 0 10px 0;
    padding: 0 6px;
    width: 74px;
}

.daterangepicker .ranges ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.daterangepicker .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #656d78;
    padding: 3px 12px;
    margin-bottom: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .daterangepicker .ranges li.active,
    .daterangepicker .ranges li:hover {
        background: #33414e;
        border: 1px solid #33414e;
        color: #fff;
    }

.daterangepicker .calendar-date {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 4px;
    background: #fff;
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 8px auto 0 auto;
    line-height: 30px;
}

.daterangepicker {
    position: absolute;
    background: #fff;
    top: 100px;
    left: 20px;
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .daterangepicker table {
        width: 100%;
        margin: 0;
    }

    .daterangepicker td,
    .daterangepicker th {
        text-align: center;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        white-space: nowrap;
    }

        .daterangepicker td.off {
            color: #999;
        }

        .daterangepicker td.disabled {
            color: #999;
        }

        .daterangepicker td.available:hover,
        .daterangepicker th.available:hover {
            background: #D5D5D5;
        }

        .daterangepicker td.in-range {
            background: #dfe1e4;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }

        .daterangepicker td.active,
        .daterangepicker td.active:hover {
            background-color: #656d78;
            border-color: #656d78;
            color: #fff;
        }

        .daterangepicker td.week,
        .daterangepicker th.week {
            font-size: 80%;
            color: #ccc;
        }

    .daterangepicker select.monthselect,
    .daterangepicker select.yearselect {
        font-size: 12px;
        padding: 1px;
        height: auto;
        margin: 0;
        cursor: default;
    }

    .daterangepicker select.monthselect {
        margin-right: 2%;
        width: 56%;
    }

    .daterangepicker select.yearselect {
        width: 40%;
    }

    .daterangepicker select.hourselect,
    .daterangepicker select.minuteselect,
    .daterangepicker select.ampmselect {
        width: 50px;
        margin-bottom: 0;
    }
/* eof daterangepicker */
/* Tocify */
.tocify {
    width: 20%;
    max-height: 90%;
    overflow: auto;
    position: fixed;
    border: 1px solid #E5E5E5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
}

    .tocify ul,
    .tocify li {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
        line-height: 30px;
    }

        .tocify ul.tocify-header > li > a {
            border-bottom: 1px solid #E5E5E5;
        }

        .tocify ul.tocify-subheader {
            display: none;
        }

            .tocify ul.tocify-subheader li.tocify-item a {
                background: #F5F5F5;
            }

                .tocify ul.tocify-subheader li.tocify-item a:hover {
                    background: #F0F0F0;
                }

            .tocify ul.tocify-subheader li.tocify-item.active a {
                background: #33414e;
            }

        .tocify li.tocify-item a {
            background: #FFF;
            padding: 10px;
            font-size: 12px;
            color: #333;
            line-height: 20px;
            border-bottom: 1px solid #E5E5E5;
        }

            .tocify li.tocify-item a:hover {
                background: #F5F5F5;
            }

        .tocify li.tocify-item.active a {
            background: #33414e;
            color: #FFF;
        }

.tocify-header {
    text-indent: 10px;
}

.tocify-subheader {
    text-indent: 20px;
}

    .tocify-subheader li {
        font-size: 12px;
    }

    .tocify-subheader .tocify-subheader {
        text-indent: 30px;
    }

        .tocify-subheader .tocify-subheader .tocify-subheader {
            text-indent: 40px;
        }
/* END Tocify */
/* Filetree */
ul.jqueryFileTree {
    font-size: 11px;
    line-height: 18px;
    padding: 0px;
    margin: 0px;
}

    ul.jqueryFileTree li {
        list-style: none;
        padding: 0px;
        padding-left: 20px;
        margin: 0px;
        white-space: nowrap;
    }

    ul.jqueryFileTree a {
        color: #333;
        text-decoration: none;
        display: block;
        padding: 0px 2px;
    }

        ul.jqueryFileTree a:hover {
            background: #E9EDF1;
        }

li.directory {
    background: url(/Content/Assets/img/filetree/directory.png) left top no-repeat;
}

li.expanded {
    background: url(/Content/Assets/img/filetree/folder_open.png) left top no-repeat;
}

li.file {
    background: url(/Content/Assets/img/filetree/file.png) left top no-repeat;
}

li.wait {
    background: url(/Content/Assets/img/filetree/spinner.gif) left top no-repeat;
}
/* File Extensions*/
li.ext_3gp {
    background: url(/Content/Assets/img/filetree/film.png) left top no-repeat;
}

li.ext_afp {
    background: url(/Content/Assets/img/filetree/code.png) left top no-repeat;
}

li.ext_afpa {
    background: url(/Content/Assets/img/filetree/code.png) left top no-repeat;
}

li.ext_asp {
    background: url(/Content/Assets/img/filetree/code.png) left top no-repeat;
}

li.ext_aspx {
    background: url(/Content/Assets/img/filetree/code.png) left top no-repeat;
}

li.ext_avi {
    background: url(/Content/Assets/img/filetree/film.png) left top no-repeat;
}

li.ext_bat {
    background: url(/Content/Assets/img/filetree/application.png) left top no-repeat;
}

li.ext_bmp {
    background: url(/Content/Assets/img/filetree/picture.png) left top no-repeat;
}

li.ext_c {
    background: url(/Content/Assets/img/filetree/code.png) left top no-repeat;
}

li.ext_cfm {
    background: url(/Content/Assets/img/filetree/code.png) left top no-repeat;
}

li.ext_cgi {
    background: url(/Content/Assets/img/filetree/code.png) left top no-repeat;
}

li.ext_com {
    background: url(/Content/Assets/img/filetree/application.png) left top no-repeat;
}

li.ext_cpp {
    background: url(/Content/Assets/img/filetree/code.png) left top no-repeat;
}

li.ext_css {
    background: url(/Content/Assets/img/filetree/css.png) left top no-repeat;
}

li.ext_doc {
    background: url(/Content/Assets/img/filetree/doc.png) left top no-repeat;
}

li.ext_exe {
    background: url(/Content/Assets/img/filetree/application.png) left top no-repeat;
}

li.ext_gif {
    background: url(/Content/Assets/img/filetree/picture.png) left top no-repeat;
}

li.ext_fla {
    background: url(/Content/Assets/img/filetree/flash.png) left top no-repeat;
}

li.ext_h {
    background: url(/Content/Assets/img/filetree/code.png) left top no-repeat;
}

li.ext_htm {
    background: url(/Content/Assets/img/filetree/html.png) left top no-repeat;
}

li.ext_html {
    background: url(/Content/Assets/img/filetree/html.png) left top no-repeat;
}

li.ext_jar {
    background: url(/Content/Assets/img/filetree/java.png) left top no-repeat;
}

li.ext_jpg {
    background: url(/Content/Assets/img/filetree/picture.png) left top no-repeat;
}

li.ext_jpeg {
    background: url(/Content/Assets/img/filetree/picture.png) left top no-repeat;
}

li.ext_js {
    background: url(/Content/Assets/img/filetree/script.png) left top no-repeat;
}

li.ext_lasso {
    background: url(/Content/Assets/img/filetree/code.png) left top no-repeat;
}

li.ext_log {
    background: url(/Content/Assets/img/filetree/txt.png) left top no-repeat;
}

li.ext_m4p {
    background: url(/Content/Assets/img/filetree/music.png) left top no-repeat;
}

li.ext_mov {
    background: url(/Content/Assets/img/filetree/film.png) left top no-repeat;
}

li.ext_mp3 {
    background: url(/Content/Assets/img/filetree/music.png) left top no-repeat;
}

li.ext_mp4 {
    background: url(/Content/Assets/img/filetree/film.png) left top no-repeat;
}

li.ext_mpg {
    background: url(/Content/Assets/img/filetree/film.png) left top no-repeat;
}

li.ext_mpeg {
    background: url(/Content/Assets/img/filetree/film.png) left top no-repeat;
}

li.ext_ogg {
    background: url(/Content/Assets/img/filetree/music.png) left top no-repeat;
}

li.ext_pcx {
    background: url(/Content/Assets/img/filetree/picture.png) left top no-repeat;
}

li.ext_pdf {
    background: url(/Content/Assets/img/filetree/pdf.png) left top no-repeat;
}

li.ext_php {
    background: url(/Content/Assets/img/filetree/php.png) left top no-repeat;
}

li.ext_png {
    background: url(/Content/Assets/img/filetree/picture.png) left top no-repeat;
}

li.ext_ppt {
    background: url(/Content/Assets/img/filetree/ppt.png) left top no-repeat;
}

li.ext_psd {
    background: url(/Content/Assets/img/filetree/psd.png) left top no-repeat;
}

li.ext_pl {
    background: url(/Content/Assets/img/filetree/script.png) left top no-repeat;
}

li.ext_py {
    background: url(/Content/Assets/img/filetree/script.png) left top no-repeat;
}

li.ext_rb {
    background: url(/Content/Assets/img/filetree/ruby.png) left top no-repeat;
}

li.ext_rbx {
    background: url(/Content/Assets/img/filetree/ruby.png) left top no-repeat;
}

li.ext_rhtml {
    background: url(/Content/Assets/img/filetree/ruby.png) left top no-repeat;
}

li.ext_rpm {
    background: url(/Content/Assets/img/filetree/linux.png) left top no-repeat;
}

li.ext_ruby {
    background: url(/Content/Assets/img/filetree/ruby.png) left top no-repeat;
}

li.ext_sql {
    background: url(/Content/Assets/img/filetree/db.png) left top no-repeat;
}

li.ext_swf {
    background: url(/Content/Assets/img/filetree/flash.png) left top no-repeat;
}

li.ext_tif {
    background: url(/Content/Assets/img/filetree/picture.png) left top no-repeat;
}

li.ext_tiff {
    background: url(/Content/Assets/img/filetree/picture.png) left top no-repeat;
}

li.ext_txt {
    background: url(/Content/Assets/img/filetree/txt.png) left top no-repeat;
}

li.ext_vb {
    background: url(/Content/Assets/img/filetree/code.png) left top no-repeat;
}

li.ext_wav {
    background: url(/Content/Assets/img/filetree/music.png) left top no-repeat;
}

li.ext_wmv {
    background: url(/Content/Assets/img/filetree/film.png) left top no-repeat;
}

li.ext_xls {
    background: url(/Content/Assets/img/filetree/xls.png) left top no-repeat;
}

li.ext_xml {
    background: url(/Content/Assets/img/filetree/code.png) left top no-repeat;
}

li.ext_zip {
    background: url(/Content/Assets/img/filetree/zip.png) left top no-repeat;
}
/* END Filetree */
.chart-legend {
    position: absolute;
    top: 5px;
    right: 5px;
}

.rickshaw_legend {
    background: rgba(0, 0, 0, 0.05);
}

    .rickshaw_legend .label {
        color: #333;
    }
/* END TEMPLATE PLUGINS */
.fa-right {
    margin-left: 5px;
    margin-right: 0px;
}
/* Animations */
@-webkit-keyframes pulsate {
    0% {
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
    }
}

@-moz-keyframes pulsate {
    0% {
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
    }
}

@keyframes pulsate {
    0% {
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.0;
    }
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
/* END Animations */
/* RTL SUPPORT */
/* RTL SUPPORT */
.page-container.page-content-rtl .breadcrumb {
    float: right;
    text-align: right;
}

    .page-container.page-content-rtl .breadcrumb > li + li:before {
        content: "\f104";
    }

.page-container.page-content-rtl .page-title {
    float: right;
}

    .page-container.page-content-rtl .page-title h2 {
        float: right;
    }

.page-container.page-content-rtl .x-navigation li.xn-title {
    text-align: right;
}

.page-container.page-content-rtl .x-navigation li > a {
    text-align: right;
}

    .page-container.page-content-rtl .x-navigation li > a .fa,
    .page-container.page-content-rtl .x-navigation li > a .glyphicon {
        margin-right: 0px;
        margin-left: 10px;
    }

.page-container.page-content-rtl .x-navigation li.xn-icon-button > a {
    text-align: center;
}

    .page-container.page-content-rtl .x-navigation li.xn-icon-button > a .fa,
    .page-container.page-content-rtl .x-navigation li.xn-icon-button > a .glyphicon {
        margin-left: 0px;
    }

    .page-container.page-content-rtl .x-navigation li.xn-icon-button > a .flag {
        margin-right: auto;
        margin-left: auto;
    }

.page-container.page-content-rtl .x-navigation li.xn-openable:before {
    right: auto;
    left: 0px;
    text-align: right;
}

.page-container.page-content-rtl .x-navigation li.xn-openable > .informer {
    right: auto;
    left: 25px;
}

.page-container.page-content-rtl .x-navigation .informer {
    right: auto;
    left: 10px;
}

.page-container.page-content-rtl .flag {
    margin-right: 0px;
    margin-left: 10px;
}

.page-container.page-content-rtl .mCSB_scrollTools {
    left: 0px;
    right: auto;
}

.page-container.page-content-rtl .panel {
    text-align: right;
}

    .page-container.page-content-rtl .panel .panel-heading .panel-title {
        float: right;
        margin-left: 0px;
        margin-right: 7px;
    }

    .page-container.page-content-rtl .panel .panel-heading ul.panel-controls {
        float: left;
    }

.page-container.page-content-rtl .list-group-contacts .list-group-item img {
    margin-right: 0px;
    margin-left: 10px;
}

.page-container.page-content-rtl .list-group-controls {
    right: auto;
    left: 10px;
}

.page-container.page-content-rtl .list-group-status {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
}

.page-container.page-content-rtl .list-tags li {
    float: right;
}

    .page-container.page-content-rtl .list-tags li a {
        float: right;
        margin: 0px 0px 5px 5px;
    }

.page-container.page-content-rtl .messages .item .text .heading .date {
    float: left;
}

.page-container.page-content-rtl .page-content .page-content-wrap {
    text-align: right;
}

    .page-container.page-content-rtl .page-content .page-content-wrap .widget.widget-item-icon .widget-data .widget-int,
    .page-container.page-content-rtl .page-content .page-content-wrap .widget.widget-item-icon .widget-data-left .widget-int,
    .page-container.page-content-rtl .page-content .page-content-wrap .widget.widget-item-icon .widget-data .widget-title,
    .page-container.page-content-rtl .page-content .page-content-wrap .widget.widget-item-icon .widget-data-left .widget-title,
    .page-container.page-content-rtl .page-content .page-content-wrap .widget.widget-item-icon .widget-data .widget-subtitle,
    .page-container.page-content-rtl .page-content .page-content-wrap .widget.widget-item-icon .widget-data-left .widget-subtitle {
        text-align: right;
    }

    .page-container.page-content-rtl .page-content .page-content-wrap .control-label,
    .page-container.page-content-rtl .page-content .page-content-wrap div.tagsinput span.tag a {
        text-align: left;
    }

    .page-container.page-content-rtl .page-content .page-content-wrap .bootstrap-select.btn-group .btn .filter-option {
        text-align: right;
    }

    .page-container.page-content-rtl .page-content .page-content-wrap .bootstrap-select > .btn {
        padding-left: 25px;
        padding-right: 15px;
    }

    .page-container.page-content-rtl .page-content .page-content-wrap .bootstrap-select.btn-group .btn .caret {
        right: auto;
        left: 12px;
    }

    .page-container.page-content-rtl .page-content .page-content-wrap .dropdown-menu > li > a {
        text-align: right;
    }

    .page-container.page-content-rtl .page-content .page-content-wrap .close {
        float: left;
    }

    .page-container.page-content-rtl .page-content .page-content-wrap .list-group-item > .badge {
        float: left;
    }

    .page-container.page-content-rtl .page-content .page-content-wrap th {
        text-align: right;
    }
/* END RTL SUPPORT */

/* high resolution */
@media (min-width:1025px) {
    .page-container .page-content .content-frame {
        overflow-y: auto;
    }

    .page-container.page-navigation:not(.page-navigation-toggled) .posts .post-item-outer {
        width: 49%;
    }

    .fullpage-width-label input.form-control,
    .fullpage-width-label .input-group,
    .fullpage-width-label .bootstrap-select.form-control:not([class*="span"]) {
        width: 35%;
    }

        .fullpage-width-label .input-group input.form-control {
            width: 100%;
        }

    .fullpage-width-label textarea.form-control {
        width: 50%;
    }
    /* Posts */
    .page-container.page-navigation-toggled .posts .post-item.post-item-detail .post-image {
        padding: 25px;
    }

    .posts .post-item .post-content {
        padding: 23px;
        width: 100%;
    }
    /* End Posts */

    .email-verification-box {
        width: 40%;
    }
}
/* high resolution & low resolution */
@media (min-width: 1024px) {
    .content-frame-body-left {
        display: table;
    }

    .page-container .page-content .content-frame .content-frame-right.sidebar-panel {
        display: table;
    }
}
/* low resolution only */
@media screen and (max-width:1024px) and (min-width:1024px) {
    .page-container:not(.page-navigation-toggled) .page-content .content-frame .content-frame-right.sidebar-panel {
        display: none;
    }

    .fullpage-width-label input.form-control {
        width: 50%;
    }

    .fullpage-width-label textarea.form-control {
        width: 75%;
    }
    /* Posts */
    .posts .post-item .post-content,
    .posts .post-item.post-item-detail .post-image {
        padding: 15px;
    }

    .posts .post-item .post-content {
        padding: 15px;
        width: 100%;
    }
    /* End Posts */

    .email-verification-box {
        width: 60%;
    }
}

@media (min-width: 1023px) {
    .page-topbar {
        width: 100%;
        height: 35px;
        background: #33414e;
    }

    .page-container .page-sidebar.minimized {
        max-height: 40px;
        z-index: 100;
    }

    .page-container .page-sidebar {
        margin-top: 50px;
        z-index: 2001;
    }

    .page-topbar.stick {
        margin-top: 0 !important;
        position: fixed;
        top: 0;
        z-index: 10000;
    }

    .page-container.page-navigation .page-content .content-frame {
        width: calc(100vw - 300px) !important;
        margin-left: 300px;
    }

    .page-sidebar.stick {
        position: fixed !important;
        z-index: 10001;
    }

    .x-navigation .x-navigation-control:hover, .x-navigation > li.xn-logo > a.menu-bar {
        display: none;
    }

    .x-navigation.x-navigation-vertical.x-navigation-minimized > li.xn-search-menu {
        display: none;
    }

    .page-container .vertical-menu-button {
        width: auto;
    }

    .page-container.page-navigation-toggled .vertical-menu-button {
        margin-left: 50px;
    }

    .x-navigation.x-navigation-vertical {
        top: 40px;
    }

    .page-container .x-scrollable-list-wrapper {
        width: 79.8%;
        overflow: visible;
    }

    .page-container.page-navigation-toggled .x-scrollable-list-wrapper {
        width: 75%;
    }

    .x-scrollable-list-wrapper ul.x-scrollable-list {
        min-width: 3000px;
        position: relative;
    }

    .x-scrollable-list-wrapper .scroller {
        position: absolute;
        width: 30px;
        height: 30px;
        background: #5bc0de;
        border: 3px solid #ffffff;
        border-radius: 50%;
        color: #ffffff;
        font-size: 20px;
        cursor: pointer;
        z-index: 1000;
    }

        .x-scrollable-list-wrapper .scroller:hover {
            background: #ffffff;
            color: #5bc0de;
            border-color: #5bc0de;
        }

    .x-scrollable-list-wrapper .scroller-left {
        padding: 1px 7px;
    }

    .x-scrollable-list-wrapper .scroller-right {
        padding: 1px 9px;
    }

    .page-content #powerOff {
        width: 21%;
        background-color: #33414e;
    }

    #powerOff.x-navigation.x-navigation-horizontal li.xn-icon-button {
        background-color: #33414e;
    }
}

@media only screen and (max-width: 1023px) {
    .padding-xs-0 {
        padding: 0px !important;
    }
    .page-container .page-sidebar {
        position: relative;
        float: left;
        width: 100%;
    }

        .page-container .page-sidebar.scroll {
            position: relative;
        }

    .page-container .page-content {
        margin-left: 0px;
    }

        .page-container .page-content .content-frame .content-frame-left,
        .page-container .page-content .content-frame .content-frame-right {
            width: 100%;
            display: none;
        }

        .page-container .page-content .content-frame .content-frame-body {
            margin-left: 0px;
            margin-right: 0px;
        }

            .page-container .page-content .content-frame .content-frame-body.content-frame-body-left {
                margin-right: 0px;
            }

        .page-container .page-content .content-frame .content-frame-left-toggle,
        .page-container .page-content .content-frame .content-frame-right-toggle {
            display: inline-block;
        }

    .page-container.page-navigation-toggled .page-content {
        margin-left: 0px;
    }

    .page-container.page-mode-rtl .page-content {
        margin-right: 0px;
    }

    .page-container.page-navigation-top-fixed .x-navigation.x-navigation-horizontal {
        padding-right: 0px;
        position: relative;
    }

    .page-container.page-navigation-top-fixed .page-content {
        padding-top: 0px;
    }

    .x-navigation {
        max-height: 35px;
        overflow: hidden;
        background: #33414e;
    }

        .x-navigation.x-navigation-panel {
            height: 50px;
            max-height: auto;
            overflow: visible;
        }

            .x-navigation.x-navigation-panel li.xn-icon-button {
                width: 50px;
            }

            .x-navigation.x-navigation-panel li.xn-search {
                width: auto;
            }

        .x-navigation .xn-search input {
            width: 100%;
        }

        .x-navigation > li.xn-profile {
            display: none;
        }

        .x-navigation > li.xn-navigation-control {
            display: block;
        }

        .x-navigation.x-navigation-open {
            max-height: 1200px;
            overflow: visible;
        }

            .x-navigation.x-navigation-open > li.xn-profile {
                display: block;
            }

        .x-navigation .x-navigation-control {
            display: block;
        }

    .x-navigation-minimize {
        display: none !important;
    }

    .x-navigation-horizontal > li > ul ul,
    .x-navigation-horizontal > li > ul.xn-drop-left ul {
        position: relative;
        left: auto;
        right: auto;
        margin-left: 0px;
        margin-right: 0px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .x-navigation-horizontal > li > ul ul:after {
            display: none;
        }

    .x-navigation.x-navigation-horizontal .xn-search input:focus {
        width: 100px;
    }

    .vertical-menu-button {
        display: none;
    }

    .x-scrollable-list-wrapper {
        display: none;
    }

    #powerOff.x-navigation.x-navigation-horizontal li.xn-icon-button {
        background-color: #31b0d5;
    }
    /* list icons */
    .icons-list li {
        width: 100%;
    }
    /* END list icons */
    /* Gallery */
    .gallery .gallery-item {
        width: 50%;
    }
    /* End Gallery */
    /* Timeline */
    .timeline .timeline-item .timeline-item-content {
        width: 90%;
    }

        .timeline .timeline-item .timeline-item-content:before,
        .timeline .timeline-item .timeline-item-content:after {
            left: 90%;
        }

    .timeline .timeline-item.timeline-item-right .timeline-item-content:before,
    .timeline .timeline-item.timeline-item-right .timeline-item-content:after {
        right: 90%;
    }
    /* END Timeline */
    .error-container {
        width: 100%;
    }

    .theme-settings {
        display: none;
    }
    /* Posts */
    .posts .post-item .post-content,
    .posts .post-item.post-item-detail .post-image {
        padding: 15px;
    }

    .posts .post-item .post-content {
        padding: 15px;
        width: 100%;
    }
    /* End Posts */

    .email-verification-box {
        width: 40%;
    }
}
/* Tablet devices */
@media only screen and (max-width: 1023px) and (min-width:700px) {
    .form-material .form-horizontal .control-label {
        font-size: 14px;
    }

    .form-material .form-inline .form-group {
        margin-top: 16px;
    }

    .form-material .input-group-btn,
    .form-material .input-group .form-control,
    .form-material .input-group-addon,
    .form-material .form-inline .input-group {
        display: inline-block;
    }

    .form-material .input-group {
        width: auto;
    }

    .form-material .form-inline .radio label,
    .form-material .form-inline .checkbox label {
        padding-left: 5px;
    }

    .x-navigation li > .panel.xn-drop-left:after {
        left: auto;
    }

    .posts .post-item.post-item-detail .post-image {
        max-width: 100%;
    }
}

/* mobile & tablet */
@media only screen and (max-width: 768px) {
    .panel .panel-heading,
    .panel .panel-body {
        padding: 5px;
    }

    .modal-body {
        padding: 0;
    }

    [class^='col-xs-'],
    [class^='col-sm-'],
    [class^='col-md-'],
    [class^='col-lg-'] {
        margin-bottom: 10px;
    }
    /* LOGIN */
    .login-container {
        padding: 0px 10px;
    }

        .login-container .login-box {
            padding-top: 10px;
            width: 100%;
        }

    .registration-container {
        padding: 0px 10px;
    }

        .registration-container .registration-box {
            padding-top: 10px;
            width: 100% !important;
        }
    /* END LOGIN */
    /* TOCIFY */
    .tocify {
        display: none;
    }
    /* END TOCIFY */
    .table-responsive {
        border: 0px;
    }

    .page-content-header {
        height: auto;
    }

        .page-content-header .pull-right {
            width: 100%;
        }

        .page-content-header .logo,
        .page-content-header .contacts,
        .page-content-header .socials {
            margin: 0px auto;
            float: none;
        }

        .page-content-header .contacts,
        .page-content-header .socials {
            width: 100%;
            text-align: center;
            height: auto;
        }

            .page-content-header .contacts a {
                float: none;
                display: inline;
                white-space: nowrap;
            }

            .page-content-header .socials a {
                float: none;
                display: inline;
                white-space: nowrap;
            }

    .form-group-separated .form-group [class^="col-md-"] {
        padding: 5px 10px;
        margin-bottom: 0px;
    }

    .page-tabs {
        height: auto;
    }

        .page-tabs a {
            width: 100%;
            border-bottom: 0px;
        }

    .posts .post-item.post-item-detail .post-image {
        max-width: 100%;
    }
}

/* Galaxy S5 */
@media screen and (min-width:360px) and (max-width:640px) {
    .x-navigation li#user-announcements > .panel.xn-drop-left {
        left: 8px;
    }

    .x-navigation li#user-notification > .panel.xn-drop-left {
        left: -42px;
    }

    .x-navigation li.communication-notification > .panel.xn-drop-left {
        left: -92px;
    }

    .x-navigation li > .panel {
        width: 340px;
    }
}
/* iPhone 5/SE */
@media screen and (min-width:320px) and (max-width:359px) {
    .x-navigation li#user-notification > .panel.xn-drop-left {
        left: -2px;
    }

    .x-navigation li.communication-notification > .panel.xn-drop-left {
        left: -52px;
    }

    .x-navigation li > .panel {
        width: 300px;
    }

    .posts .post-item {
        height: 450px;
    }
}

@media print {
    .x-navigation,
    .page-sidebar,
    .theme-settings {
        display: none;
    }

    .page-container .page-content {
        margin-left: 0px;
    }
}

.page-container:not(.page-navigation-toggled) .x-navigation.x-navigation-vertical {
    z-index: 10100;
}

.popover {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #656d78;
    z-index: 100000;
}

.tooltip-inner {
    background-color: #ee3434;
    color: #ffffff;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ee3434;
}

#SpnLoginName {
    font-size: 13px;
}

/* .x-navigation-horizontal */
.x-navigation.x-navigation-horizontal li.xn-openable > a,
.x-navigation.x-navigation-horizontal li.xn-openable .fa {
    color: #ffffff;
}

.x-navigation.x-navigation-horizontal li.xn-openable a {
    font-size: 12px;
}

.x-navigation.x-navigation-horizontal li.xn-openable {
    border-left: 1px solid #f5f5f5;
    border-collapse: collapse;
}

.x-navigation.x-navigation-horizontal li.xn-icon-button {
    background-color: #33414e;
}
/* End of .x-navigation-horizontal */

.panel .panel-body-filter {
    border-bottom: 1px dashed #D5D5D5;
}

.panel .panel-filter-title1 h3,
.panel .panel-filter-title2 h3,
.panel .panel-filter-title3 h3 {
    font-size: 14px;
    font-weight: 400;
    padding-top: 4px;
}

.panel .fa-filter {
    float: left;
    line-height: 30px;
    margin-right: 4px;
    color: #56929b;
}

.panel .panel-footer {
    background: #F5F5F5;
    border: 0;
    border-top: 1px solid #E3E3E3;
    line-height: 30px;
    padding: 10px;
}

.panel .panel-footer-default {
    background-color: transparent;
    border: 0;
    line-height: 30px;
    padding: 10px;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.panel .panel-footer-widget {
    padding: 0 20px 20px 20px;
    margin-top: 0px;
}

ul.panel-controls,
ul.panel-controls-small {
    float: right;
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
}

.very-condensed-table {
    width: 100%;
    margin-top: 3px;
}

.table-responsive.new_table th:nth-child(2) {
    width: 120px !important;
    text-align: center;
}

.table-responsive.new_table td:nth-child(2) {
    text-align: center;
}

.table.no-header > tbody > tr:first-child > td {
    border-top: 1px solid #ddd;
}

ul.panel-controls > li {
    float: left;
}

    ul.panel-controls > li > button {
        margin-left: 5px;
    }

    a.action-btn-small, a.action-btn,
    .action-btn-small, .action-btn,
    .list-group-item .fa,
    .panel-header-controls a,
    ul.panel-controls > li > a,
    ul.panel-controls-small a {
        display: block;
        float: left;
        width: 27px;
        height: 27px;
        text-align: center;
        line-height: 25px;
        font-size: 25px;
        color: #7c9cbf;
        cursor: pointer;
        margin-left: 3px;
        text-decoration: none;
    }

    .i-btn-icon, .action-btn-small, .action-btn,
    ul.panel-controls-small > li > a,
    ul.panel-controls > li > a {
        font-family: 'remixicon' !important;
    }

.horizontal-list .action-btn.attachment-icon, .horizontal-list .action-btn-small.attachment-icon {
    color: #bdbdbd;
}

.btnAdd:before {
    content: "\ea13";
}

.btnView:before {
    content: "\ecb5";
}

.btnEdit:before {
    content: "\ec82";
}

.btnDelete:before {
    content: "\ec1e";
}

.btnDownload:before {
    content: "\ec54";
}

.btnSelect:before {
    content: "\ea68";
}

.btnOk:before {
    content: "\eb7b";
}

.btnCancel:before {
    content: "\ea58";
}

.btnPrint:before {
    content: "\f029";
}

.btnReply:before {
    content: "\f07a";
}

.ri-open-detail:before {
    content: "\ecb5";
}

.ri-close-detail:before {
    content: "\eb99";
}

.ri-category-father,
.ri-category-mother {
    font-family: 'FontAwesome' !important;
    line-height: 19px;
}

    .ri-category-father:before {
        content: "\f183";
    }

    .ri-category-mother:before {
        content: "\f182";
    }

.panel-header-controls a,
ul.panel-header-controls > li > a {
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    line-height: 26px;
    color: #656d78;
}

    .action-btn.fa.btnPrint, .action-btn-small.fa.btnPrint, .action-btn-xsmall.fa.btnPrint,
    .list-group .list-group-item.selection-list .fa.btnPrint,
    ul.panel-header-controls > li > a.btnPrint,
    ul.panel-controls > li > a.btnPrint,
    ul.panel-controls-small > li > a.btnPrint {
        background: #e06f1a;
        font-size: 21px;
        border: 2px solid #e06f1a;
        color: #ffffff;
        line-height: 26px;
    }

        .action-btn.fa.btnPrint:hover, .action-btn-small.fa.btnPrint:hover, .action-btn-xsmall.fa.btnPrint:hover .list-group .list-group-item.selection-list .fa.btnPrint:hover,
        ul.panel-controls > li > a.btnPrint:hover,
        ul.panel-controls-small > li > a.btnPrint:hover {
            border-color: #e06f1a;
            color: #e06f1a;
            background: #ffffff;
        }

.btn-group .btn-condensed.btn-mail-print {
    background: #3fbae4;
    border: #3fbae4;
}

    .btn-group .btn-condensed.btn-mail-print:hover {
        color: #3fbae4;
        background: #fff;
    }

.btn-group .btn-condensed.btn-mail-approve {
    background: #7de669;
    border: #3fbae4;
}

    .btn-group .btn-condensed.btn-mail-approve:hover {
        color: #7de669;
        background: #fff;
    }

.input-group .input-group-addon.btn-mail-search {
    background: #236fb5;
    border-color: #236fb5;
}


.btnViewRecord {
    position: absolute;
}

.btn-group .btn-condensed.btn-mail-delete {
    background: #b64645;
    border: #b64645;
    margin-top: 0px;
}

    .btn-group .btn-condensed.btn-mail-delete:hover {
        color: #b64645;
        background: #fff;
    }


.panel-heading .btnFilterExpand {
    margin-left: 45%;
    margin-top: 2px;
    background-color: #15a2d0;
    color: #ffffff;
    border-radius: 50%;
    font-size: 18px;
    padding: 4px;
    position: fixed;
}
/* EOF PANEL CONTROLS */

.faq .table {
    overflow: hidden;
}

.mandatory-select {
    background-color: transparent;
    display: inline;
    margin-left: 35px;
}

.quick-navigation.x-navigation.x-navigation-horizontal {
    background: none;
}

.quick-navigation.x-navigation li > ul li.active > a.dropdown-link {
    background: #e8e8e8;
}

.quick-navigation.x-navigation.x-navigation-horizontal > li > ul.xn-drop-white:after {
    border-bottom-color: #33414e;
}

.quick-navigation.x-navigation.x-navigation-horizontal ul.xn-drop-white ul:after {
    border-right-color: #33414e;
}

.quick-navigation.x-navigation.x-navigation-horizontal > li > ul.xn-drop-left {
    border: 1px solid #e9e9e9;
}

.table > thead > tr.highlighted-row > th,
.highlighted-row {
    background: #EBF4F8;
}

.table > tbody > tr.hover-selection > td,
.table > tbody > tr.highlighted-row > td {
    background: #d9edf7 !important;
    cursor: pointer;
}

.table > tbody > tr.selected-row > td {
    background: #ffffff;
}

.table > tbody > tr.active > td {
    background: #f5f5f5;
}

.popover .header-checkbox {
    padding: 0 4px;
}

.form-horizontal.dotted-line {
    border-bottom: 1px dashed #D5D5D5;
}

.form-group.margin-bottom {
    margin-bottom: 10px;
}

.dataTables_scrollBody .sorting:before,
.dataTables_scrollBody .sorting_desc:before,
.dataTables_scrollBody .sorting_asc:before {
    display: none;
}

.list-grid .popover-content {
    padding-top: 18px;
}

.list-grid .table > tbody > tr > td,
.list-grid.table > tbody > tr > td {
    padding: 2px 8px 4px 8px;
}

    .list-grid .table > tbody > tr > td ul.horizontal-list,
    .list-grid.table > tbody > tr > td ul.horizontal-list {
        margin-top: 5px;
    }

.list-grid .btn {
    padding: 2px 8px;
}

.list-grid select {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    height: 28px;
    padding: 2px 12px;
}

.panel.panel-inner {
    border: 1px solid #E5E5E5;
    margin-bottom: 15px;
}

.checkedlist {
    max-height: 100px;
    overflow-y: auto;
    padding: 5px 5px 5px 10px;
    border: 1px solid #e0e0e0;
}

    .checkedlist input[type=checkbox] {
        margin-left: 0px !important;
    }

ul.horizontal-list {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    ul.horizontal-list li {
        float: left;
        display: block;
        margin-left: 7px;
        margin-right: 7px;
        font-weight: normal;
    }

        ul.horizontal-list li:last-child {
            margin-right: 0;
        }

.faq-title ul.horizontal-list, .faq-title .btn-group-lg, .faq-title .btn-group {
    position: relative;
    top: 5px;
}

div.scroll-grid {
    overflow: auto;
}

.placeholder-label {
    display: block;
}

.field-validation-error {
    color: red;
    display: flow-root;
}

.check-align {
    margin-right: 20px;
}

.checkbox-label-align {
    padding-top: 7px;
}

.checkbox-offset {
    margin-bottom: 11px;
}

.title_dropdown {
    margin-right: 20px;
    padding-top: 6px;
}

.popover-footer .btn {
    margin: 9px 14px 9px 0;
}

.panel .tab-buttons {
    margin-bottom: 1px;
}

.panel-body.panel-body-table.panel-body-tabbed .table {
    border-top: 1px solid #E5E5E5;
}

.thumbnail:hover {
    position: relative;
    top: -25px;
    left: -35px;
    width: 500px;
    height: auto;
    display: block;
    z-index: 999;
}

input[type="text"].inline-editor,
select.inline-editor {
    height: 27px;
    line-height: 18px;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 1px 2px;
}

.inline-editor.disabled:not(div),
.inline-editor.disabled button {
    background-color: #e5e5e5;
}

.inline-editor .btn {
    line-height: 18px;
}

.popover .table > tbody > tr > td .btn {
    padding: 4px 8px 4px 8px;
    line-height: 12px;
}

.CalendarSettingIcon {
    font-Size: 160%;
}

.popover .list-group-item {
    border-left: none;
    border-right: none;
}

    .popover .list-group-item:first-child {
        border-top: none;
    }

.dropdown-language {
    width: 50px;
    padding: 3px 5px;
    background: #3fbae4;
    color: #fff;
    border-radius: 4px;
}

    .dropdown-language:focus {
        background: #31b0d5;
    }

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}

.page-sidebar::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #efefef;
    -webkit-box-shadow: 0px 0px 3px #555 inset;
}

::-webkit-scrollbar-thumb {
    background-color: #546d81;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.2);
    }

::-webkit-scrollbar-button {
    background-color: #33414e;
}

::-webkit-scrollbar-corner {
    background-color: black;
}

/* End of Custom Scrollbar */
/* End of Add to List */
.add-to-list {
    cursor: pointer;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    width: 20px;
    display: inline-block;
    background: #14a38b;
    color: white;
    text-align: center;
}

.bootstrap-select.btn-group .btn .add-to-list-caret {
    right: 25px;
}

.add-to-list:before {
    content: "\f067";
}

.add-to-list-caret {
    right: 25px;
}
/* End of Add to List */

.form-control-valign {
    margin-top: 4px;
}

.form-group-nolabel {
    margin-top: 22px;
}

.btn-group-nolabel {
    margin-top: 16px;
}

.fcheckbox {
    margin-top: 4px;
}
/*User login popup*/
.login-dialog {
    width: 400px;
}

.table > thead > tr > th {
    vertical-align: middle;
}

.checkbox-custom input[type="checkbox"] {
    float: left;
}

.full-width {
    width: 100%;
}

.row-hover {
    background: #bce8f1 !important;
    cursor: pointer;
}

.printreport-nav {
    width: 0;
    position: absolute;
    z-index: 3;
    right: 0px;
    overflow-x: hidden;
    transition: 0.5s;
    zoom: 1;
    top: 70px;
}

.required-hidden {
    position: absolute;
    left: -1000px;
    top: -1000px;
}

.breadcrumb li.db-name {
    color: red;
    font-size: 14px;
}

    .breadcrumb li.db-name::before {
        display: none;
    }

.sp-table > thead > tr > th,
.sp-table > tbody > tr > th,
.sp-table > tfoot > tr > th,
.sp-table > thead > tr > td,
.sp-table > tbody > tr > td,
.sp-table > tfoot > tr > td {
    padding: 2px 6px 4px 6px;
}

/*gb classes*/
.small1 {
    width: 50px;
}

.small2 {
    width: 60px;
}

.small3 {
    width: 70px;
}

.medium1 {
    width: 100px;
}

.medium2 {
    width: 120px;
}

.medium3 {
    width: 140px;
}

.large1 {
    width: 200px;
}

.large2 {
    width: 240px;
}

.large3 {
    width: 280px;
}

.breadcrumb li.school-name {
    float: left;
    margin-top: 5px;
}

.panel-body-table table tbody tr.info td:first-child, .table > tbody > tr.info > td, table > tr.selectedStudent,
.panel-body-table table.table-striped tbody tr.info:nth-of-type(odd) {
    background: #d9edf7;
}

.panel-body-table table tbody tr.info td:first-child, .table > tbody > tr.info > td, .list-group-item.info, a.list-group-item.info:hover, a.list-group-item.info:focus {
    background: #d9edf7;
}

table tbody tr.info td:first-child {
    background: #d9edf7;
}

.panel-body-table table tbody tr.warning td:first-child, .table > tbody > tr.warning > td, .list-group-item.warning, a.list-group-item.warning:hover, a.list-group-item.warning:focus {
    background: #f6e04f;
}

.panel-body-table table tbody tr.fail td:first-child, .table > tbody > tr.fail > td, .list-group-item.fail, a.list-group-item.fail:hover, a.list-group-item.fail:focus {
    background: #ebcfcf;
}

.panel-body-table table tbody tr.light-warning td:first-child, .table > tbody > tr.light-warning > td, .list-group-item.light-warning, a.list-group-item.light-warning:hover, a.list-group-item.light-warning:focus {
    background: #cdfc7f;
}

.panel-body-table table tbody tr.assigned td:first-child, .table > tbody > tr.assigned > td, .list-group-item.assigned, a.list-group-item.assigned:hover, a.list-group-item.assigned:focus {
    background: #daf286;
}

.panel-body-table table tbody tr.disenrolled td:first-child, .table > tbody > tr.disenrolled > td, .list-group-item.disenrolled, a.list-group-item.disenrolled:hover, a.list-group-item.disenrolled:focus {
    background: #fea223;
}

/*ui-autocomplete list*/
ul.ui-autocomplete > li.ui-menu-item.autocomplete {
    padding: 3px 8px;
}

.control-label.headerText {
    color: #0D3356;
}

ul.nav-small > li > a {
    padding: 6px 10px;
}

div.profile-image {
    float: left;
    width: 100%;
    margin: 0px 0px 10px;
    text-align: center;
}

.profile-image .default-image {
    text-align: center;
}

    .profile-image .default-image .fa {
        color: #409cb7;
        font-size: 55px;
        border: 3px solid;
        border-radius: 50%;
        padding: 14px 18px 14px 18px;
    }

ul.ui-autocomplete {
    z-index: 99999;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #DBE2EA !important;
    border-radius: 5px !important;
    min-height: 40px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000 !important;
}

.select2-dropdown.select2-dropdown--below {
    z-index: 99999;
}

.select2-results .select2-results__option {
    white-space: nowrap;
}

.new-item {
    color: gold;
}

.cke_dialog.cke_browser_webkit.cke_ltr {
    z-index: 20000 !important;
}

.fa.password-key {
    color: goldenrod;
}

.panel-body-message {
    vertical-align: middle;
    min-height: 100px;
}

/* Notification Panel Css*/
.panel-notification .noti-panel-body {
    max-height: 300px;
    min-height: .01%;
    overflow-x: auto;
    position: relative;
    float: left;
    width: 100%;
}

.noti-panel-heading {
    background-color: #fff;
    color: #333333;
    height: 76px;
    padding: 17px 20px;
}

.noti-panel-body {
    max-height: 300px;
    min-height: .01%;
    overflow-x: auto;
}

.noti-panel-footer {
    color: #434a54;
    height: 76px;
    width: 100%;
    line-height: 30px;
    padding: 18px 20px;
    background: #fff;
    border: 0;
    border-top: 1px solid #E3E3E3;
}

    .noti-panel-footer a {
        color: #4f4f4f;
        font-size: 14px;
    }

.noti-panel-heading .notification-close {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    display: block;
    float: right;
    color: #434a54;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0px;
}

.noti-item-img {
    font-size: 24px;
    font-weight: normal;
    width: 35px;
    height: 35px;
    background: #2EA2DB;
    color: #ffffff;
    border-radius: 50px;
    line-height: 35px;
    text-align: center;
    margin: 10px 15px 15px 5px;
    float: left;
}

.noti-item-icon,
.default-icon {
    font-size: 24px;
    font-weight: normal;
    color: #BDBDBD;
    float: left;
    height: 100%;
}

.noti-item-icon {
    margin-right: 10px;
}

.noti-item-subtext {
    font-weight: normal;
    font-size: 12px;
}

.noti-item-date {
    display: grid;
    margin-top: 5px;
    font-weight: 500;
    font-size: 10px;
}

.panel.panel-notification > .list-group .list-group-item.noti-group-item {
    color: #828282;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.panel.panel-notification > .list-group .list-group-item.noti-alternate-group-item {
    color: #4f4f4f;
}

.panel.panel-notification > .list-group .list-group-item.noti-group-item.large {
    padding: 7px 15px;
    height: 76px;
}

.panel.panel-notification > .list-group .list-group-item.noti-group-item.medium {
    height: 65px;
}

.panel.panel-notification > .list-group .list-group-item.noti-alternate-group-item {
    background-color: #f2f2f2;
    color: #4f4f4f;
}

/* Layout Page Css*/
.page-container .page-content .content-frame .content-frame-body {
    padding: 10px;
}

.custom-header-container {
    float: none;
    width: 100%;
    margin: 0px auto;
}

li.custom-logo-small img {
    width: 100%;
    height: 50px;
}

.custom-login-nav-panel {
    background: none;
    margin-right: 20px;
}

    .custom-login-nav-panel form, .custom-login-nav-panel .noti-panel-body {
        background-color: #fff;
        padding-top: 0px;
    }

    .custom-login-nav-panel li {
        background-color: transparent;
    }

.x-navigation.custom-login-nav-panel .btn-login {
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    padding: 4px 15px;
    border-bottom: 0px;
    border: 1px solid transparent;
    width: 100px;
    height: 34px;
}

.x-navigation.custom-login-nav-panel li > .panel.xn-drop-left {
    right: -21px;
}

.custom-login-container .panel-body {
    margin-top: 5px;
}


.custom-login-container label.error {
    font-weight: bold;
    color: #ff7171;
    margin-top: 0px;
}

.custom-login-container .custom-textbox {
    height: 25px;
    border: 1px solid #bdc7d8;
    padding-bottom: 4px;
    padding: 3px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.custom-login-container .btn {
    line-height: 15px;
}

.registration-login-container {
    width: 80%;
    margin: 0px auto;
    padding: 18px;
    background: #fff;
    min-height: 475px;
}

.container-right-bordered {
    border-right: 1px solid #D0D0D0;
}

.page-overflow {
    overflow-x: visible !important;
}

.modal-open {
    padding-right: 0px !important;
}

.custom-header, .custom-header .panel-logo {
    height: 100px;
    margin-bottom: 0px;
}

.custom-image-logo {
    padding: 25px;
    width: 41%;
    top: 8px;
    left: 16px;
    position: absolute;
}

.page-container.custom-container .page-content .content-frame .content-frame-body {
    padding: 10px 10px 10px 10px;
}

.custom-filter-panel {
    border-bottom: 1px dashed #D5D5D5;
}

.back-link {
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

    .back-link i {
        position: relative;
        top: 3px;
    }

.justified-content {
    display: flex;
    justify-content: space-around;
}

.mtop-1 {
    margin-top: 10px;
}

.mtop-2 {
    margin-top: 20px;
}

.mtop-3 {
    margin-top: 30px;
}

.mtop-4 {
    margin-top: 40px;
}

.mbottom-0 {
    margin-bottom: 0px !important;
}

.mbottom-1 {
    margin-bottom: 10px;
}

.mbottom-2 {
    margin-bottom: 20px;
}

.mbottom-3 {
    margin-bottom: 30px;
}

.mleft-0 {
    margin-left: 5px;
}

.mleft-1 {
    margin-left: 10px;
}

.mleft-2 {
    margin-left: 20px;
}

.mleft-3 {
    margin-left: 30px;
}

.mleft-4 {
    margin-left: 40px;
}

.mright-0 {
    margin-right: 0px !important;
}

.mright-1 {
    margin-right: 10px;
}

.mright-2 {
    margin-right: 20px;
}

.mright-3 {
    margin-right: 30px;
}

.padding-right-0 {
    padding-right: 0px !important;
}

a.panel-links, a.panel-links:active, a.panel-links:visited {
    color: #333;
    text-decoration: none;
}

    a.panel-links:hover {
        color: #000;
    }
